Skip to content

Commit 49bfdd8

Browse files
committed
reformat with Black
1 parent 08ae68f commit 49bfdd8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

_ARCHIVE/move_issues.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ def get_shafiya_items(github_gql_client):
185185
labels = []
186186
for label_edge in node["labels"]["edges"]:
187187
labels.append(label_edge["node"]["name"])
188-
items["issues"].append(
189-
[repo, number, created, item_id]
190-
)
188+
items["issues"].append([repo, number, created, item_id])
191189
elif type_ == "PullRequest":
192190
items["prs"].append([repo, number, created, item_id])
193191
items["issues"].sort()

0 commit comments

Comments
 (0)