Testys commited on
Commit
d3ab314
·
1 Parent(s): 8acf3b7

Pushing solution to bug

Browse files
Files changed (1) hide show
  1. src/auth.py +1 -1
src/auth.py CHANGED
@@ -10,7 +10,7 @@ from typing import Optional, Dict, Any # Added Any
10
  from datetime import datetime, timedelta
11
  from typing import Union # For type hinting
12
  from jose import JWTError, jwt
13
- from passlib.context import CryptContext # For password hashing
14
 
15
  # JWT Configuration - Loaded from models.py (which loads from .env)
16
  SECRET_KEY = models.JWT_SECRET_KEY
 
10
  from datetime import datetime, timedelta
11
  from typing import Union # For type hinting
12
  from jose import JWTError, jwt
13
+ from passlib.context import CryptContext
14
 
15
  # JWT Configuration - Loaded from models.py (which loads from .env)
16
  SECRET_KEY = models.JWT_SECRET_KEY