From d4be4933f845b4c7c703d088fdbc8650339d4e1d Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 18 Aug 2026 17:04:47 +0200 Subject: [PATCH] update main.py kaasislekker --- backend/auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/auth.py b/backend/auth.py index b7f341c..502c759 100644 --- a/backend/auth.py +++ b/backend/auth.py @@ -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, )