update main.py

kaasislekker
This commit is contained in:
ben
2026-08-18 17:04:47 +02:00
parent fcfa409a09
commit d4be4933f8
-1
View File
@@ -8,7 +8,6 @@ from fastapi import Depends
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
from email_service import (
create_verification,
send_verification_email,
send_password_reset_email,
create_password_reset,
)