Skip to content

Commit ffb3d80

Browse files
lint: remove unused import
1 parent a727274 commit ffb3d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/api/routes/login.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from app.api.deps import CurrentUser, SessionDep, get_current_active_superuser
1010
from app.core import security
1111
from app.core.config import settings
12-
from app.core.security import get_password_hash
1312
from app.models import Message, NewPassword, Token, UserPublic, UserUpdate
1413
from app.utils import (
1514
generate_password_reset_token,

0 commit comments

Comments
 (0)