We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b75a5 commit f36918fCopy full SHA for f36918f
app/controllers/auth_controller.py
@@ -4,6 +4,7 @@
4
from fastapi.responses import JSONResponse
5
from jwt.exceptions import ExpiredSignatureError, InvalidTokenError
6
7
+from app.config import settings
8
from app.limiter import limiter
9
from app.schemas.auth import (
10
AccountExistsRequest,
@@ -19,7 +20,6 @@
19
20
read_user_by_email,
21
update_user_password,
22
)
-from app.config import settings
23
from app.utils import (
24
JWTBearer,
25
create_access_token,
0 commit comments