dedupe, remove circular imports

This commit is contained in:
Taylor Wilsdon
2025-06-09 17:36:31 -04:00
parent 314b94e734
commit 808504928b
5 changed files with 43 additions and 37 deletions

View File

@@ -13,7 +13,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 config.google_config import OAUTH_STATE_TO_SESSION_ID_MAP, SCOPES
from auth.scopes import OAUTH_STATE_TO_SESSION_ID_MAP, SCOPES
# Configure logging
logging.basicConfig(level=logging.INFO)