Commit
·
4a0fda0
1
Parent(s):
4d588ea
Fix flash-attn build by installing packaging early
Browse files- api/auth.py +1 -2
api/auth.py
CHANGED
|
@@ -5,8 +5,7 @@ from fastapi_users.db import SQLAlchemyUserDatabase
|
|
| 5 |
from httpx_oauth.clients.google import GoogleOAuth2
|
| 6 |
from httpx_oauth.clients.github import GitHubOAuth2
|
| 7 |
from api.database import SessionLocal
|
| 8 |
-
from api.models import User
|
| 9 |
-
from fastapi_users_db_sqlalchemy.generics import OAuthAccount
|
| 10 |
import os
|
| 11 |
|
| 12 |
# إعداد Cookie Transport
|
|
|
|
| 5 |
from httpx_oauth.clients.google import GoogleOAuth2
|
| 6 |
from httpx_oauth.clients.github import GitHubOAuth2
|
| 7 |
from api.database import SessionLocal
|
| 8 |
+
from api.models import User, OAuthAccount
|
|
|
|
| 9 |
import os
|
| 10 |
|
| 11 |
# إعداد Cookie Transport
|