Skip to content

Commit ce3501a

Browse files
committed
fix more spaces
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent e3fbace commit ce3501a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/version2query.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ def projects_filtered_by_team(project_list:list[dict], teams:list[str]) -> list[
8686
return filtered_projects
8787

8888
def get_items_for_projects(projects:list[dict]) -> bool:
89-
"""Fetch all items on each project."""
89+
"""Fetch all items on each project."""
9090

91-
rv:bool = True
92-
TEMP_DIR.mkdir(exist_ok=True)
93-
for project in projects:
91+
rv:bool = True
92+
TEMP_DIR.mkdir(exist_ok=True)
93+
for project in projects:
9494
org = project["org"]
9595
number = project["number"]
9696
title = project["title"]
@@ -109,7 +109,7 @@ def get_items_for_projects(projects:list[dict]) -> bool:
109109
rv = False
110110
continue
111111

112-
return rv
112+
return rv
113113

114114
def consolidate_items() -> bool:
115115
"""Consolidate all items into a single JSON file."""

0 commit comments

Comments
 (0)