lint
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
from authlib.integrations.starlette_client import OAuth
|
||||
from starlette.responses import RedirectResponse
|
||||
|
||||
from auth.identity import Identity
|
||||
from auth.tokenstorage import TokenStorage
|
||||
from authlib.integrations.starlette_client import OAuth
|
||||
from settings import FRONTEND_URL, OAUTH_CLIENTS
|
||||
from starlette.responses import RedirectResponse
|
||||
|
||||
oauth = OAuth()
|
||||
|
||||
|
Reference in New Issue
Block a user