Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 6, 2024
1 parent 4d49dd0 commit 209e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_github/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def prepare_tokens(self) -> List[TokenManager]:
if token_manager.is_valid_token():
token_managers.append(token_manager)
else:
logging.warn('A token was dismissed.')
logging.warn("A token was dismissed.")

# Parse App level private key and generate a token
if "GITHUB_APP_PRIVATE_KEY" in env_dict.keys():
Expand Down

0 comments on commit 209e311

Please sign in to comment.