Skip to content

Commit 833b80e

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b09dcbd commit 833b80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/backend/Auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
PASSWORD_RESET_EXPIRE_MINUTES = 30
1919

20-
from Models import Token, User, ForgotPasswordRequest, ResetPasswordRequest
20+
from Models import Token, User
2121

2222
from Database import getAccountByEmail, saveRefreshToken, getRefreshToken
2323

0 commit comments

Comments
 (0)