Skip to content

Commit f36918f

Browse files
committed
lint
1 parent f1b75a5 commit f36918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/auth_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from fastapi.responses import JSONResponse
55
from jwt.exceptions import ExpiredSignatureError, InvalidTokenError
66

7+
from app.config import settings
78
from app.limiter import limiter
89
from app.schemas.auth import (
910
AccountExistsRequest,
@@ -19,7 +20,6 @@
1920
read_user_by_email,
2021
update_user_password,
2122
)
22-
from app.config import settings
2323
from app.utils import (
2424
JWTBearer,
2525
create_access_token,

0 commit comments

Comments
 (0)