Skip to content

Commit 12f4517

Browse files
f
1 parent aa82a2a commit 12f4517

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/GitHubRepoAPI.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ def __init__(self, client: Github):
2424
self.client = self._client_validation(client)
2525

2626
@staticmethod
27-
@log_exceptions(default_return=None, message="Github: Connect: user could not be authenticated. Please try again.", print_stacktrace=False)
27+
@log_exceptions(
28+
default_return=None,
29+
message="Github: Connect: user could not be authenticated. Please try again.",
30+
print_stacktrace=False,
31+
)
2832
def _client_validation(client: Github) -> Github | None:
2933
client.get_user().login
3034
return client

0 commit comments

Comments
 (0)