Fix import of get_current_active_superuser in deps.py

This commit is contained in:
Automated Action 2025-06-12 17:53:02 +00:00
parent f14ce141af
commit be1a52976f

View File

@ -1 +1,7 @@
# Re-export dependencies from core.deps
from app.core.deps import (
get_db,
get_current_user,
get_current_active_user,
get_current_active_superuser,
)