ruff
This commit is contained in:
@@ -16,7 +16,7 @@ from fastapi import FastAPI, Request
|
||||
from typing import Optional
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from auth.scopes import SCOPES, get_current_scopes
|
||||
from auth.scopes import SCOPES, get_current_scopes # noqa
|
||||
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
|
||||
from auth.google_auth import handle_auth_callback, check_client_secrets
|
||||
from auth.oauth_config import get_oauth_redirect_uri
|
||||
@@ -230,4 +230,4 @@ def cleanup_oauth_callback_server():
|
||||
global _minimal_oauth_server
|
||||
if _minimal_oauth_server:
|
||||
_minimal_oauth_server.stop()
|
||||
_minimal_oauth_server = None
|
||||
_minimal_oauth_server = None
|
||||
|
||||
Reference in New Issue
Block a user