style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-02-18 16:49:48 +00:00
parent a28fa0a249
commit 950206c707
4 changed files with 24 additions and 7 deletions

View File

@@ -587,7 +587,11 @@ def get_credentials(
)
# Refresh expired credentials before checking scopes
if not credentials.valid and credentials.expired and credentials.refresh_token:
if (
not credentials.valid
and credentials.expired
and credentials.refresh_token
):
try:
credentials.refresh(Request())
logger.info(