scope the scopes

This commit is contained in:
Taylor Wilsdon
2025-08-24 11:15:11 -04:00
parent 24abf2a0f0
commit ec9a20d8a3
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from google.auth.transport.requests import Request
from google.auth.exceptions import RefreshError
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
from auth.scopes import SCOPES, get_current_scopes
from auth.scopes import SCOPES, get_current_scopes # noqa
from auth.oauth21_session_store import get_oauth21_session_store
from auth.credential_store import get_credential_store
from auth.oauth_config import get_oauth_config, is_stateless_mode