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

@@ -15,7 +15,7 @@ from auth.oauth_callback_server import get_oauth_redirect_uri, ensure_oauth_call
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
# Import shared configuration
from config.google_config import (
from auth.scopes import (
OAUTH_STATE_TO_SESSION_ID_MAP,
USERINFO_EMAIL_SCOPE,
OPENID_SCOPE,