chore(linter): auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2025-11-25 03:09:01 +00:00
parent db430db01b
commit aa9387c53a
2 changed files with 3 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ class BaseFetcher:
f"HTTP error while requesting access token for client {self.client_id}"
f" (status: {exc.response.status_code}, attempt {attempt}/{retries})"
)
except Exception as exc: # noqa: BLE001
except Exception as exc:
last_error = exc
logger.exception(
f"Unexpected error while requesting access token for client {self.client_id}"