refactor: simplify verify_password except clause; drop unused import

This commit is contained in:
2026-06-15 23:31:14 +00:00
parent d44625374d
commit ad6de946b5
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
import pytest
from backend.auth_passwords import hash_password, verify_password, generate_password