Skip to content

Commit 0fbc502

Browse files
pre-commit-ci[bot]jackiekazil
authored andcommittedJun 23, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5fa4bc3 commit 0fbc502

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎maintenance/fetch_unlabeled_prs.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
# Your GitHub Personal Access Token
88
GITHUB_TOKEN = os.getenv("GITHUB_TOKEN")
99
if GITHUB_TOKEN is None:
10-
print("Please specify your GitHub Personal Access Token as GITHUB_TOKEN in your .bashrc")
10+
print(
11+
"Please specify your GitHub Personal Access Token as GITHUB_TOKEN in your .bashrc"
12+
)
1113
exit()
1214
GITHUB_USERNAME = "projectmesa"
1315
GITHUB_REPO = "mesa"

0 commit comments

Comments
 (0)
Please sign in to comment.