From dd56203785aee537455e49451f9a693bba2f6d10 Mon Sep 17 00:00:00 2001 From: Automated Action Date: Thu, 12 Jun 2025 17:56:11 +0000 Subject: [PATCH] Update code via agent code generation --- app/api/v1/deps.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/api/v1/deps.py b/app/api/v1/deps.py index f5eb84b..3f30719 100644 --- a/app/api/v1/deps.py +++ b/app/api/v1/deps.py @@ -1,7 +1 @@ # Re-export dependencies from core.deps -from app.core.deps import ( - get_db, - get_current_user, - get_current_active_user, - get_current_active_superuser, -) \ No newline at end of file