From 209e3112db81e9d7b5020b5fb7bf7b3ca4dd61c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:48:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tap_github/authenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_github/authenticator.py b/tap_github/authenticator.py index d8a173ef..8f5acf1e 100644 --- a/tap_github/authenticator.py +++ b/tap_github/authenticator.py @@ -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():