Skip to content

Commit a6daac0

Browse files
committed
fix: run black formmater
Signed-off-by: Zack Koppert <zkoppert@github.com>
1 parent 2ec464f commit a6daac0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

auth.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def auth_to_github(
3535
elif token:
3636
github_connection = github3.login(token=token)
3737
else:
38-
raise ValueError("GH_TOKEN or the set of [GH_APP_ID, GH_APP_INSTALLATION_ID, GH_APP_PRIVATE_KEY] environment variables are not set")
38+
raise ValueError(
39+
"GH_TOKEN or the set of [GH_APP_ID, GH_APP_INSTALLATION_ID, GH_APP_PRIVATE_KEY] environment variables are not set"
40+
)
3941

4042
if not github_connection:
4143
raise ValueError("Unable to authenticate to GitHub")

0 commit comments

Comments
 (0)