Gregniuki commited on
Commit
1fcc6f4
1 Parent(s): 42bf4ff

Update auth.py

Browse files
Files changed (1) hide show
  1. auth.py +1 -1
auth.py CHANGED
@@ -36,7 +36,7 @@ class UserCreate(BaseModel):
36
  password: str
37
  email: str
38
 
39
- from email import send_verification_email, generate_verification_token
40
 
41
  # ...
42
 
 
36
  password: str
37
  email: str
38
 
39
+ from emailx import send_verification_email, generate_verification_token
40
 
41
  # ...
42