Fix import of get_current_active_superuser in deps.py
This commit is contained in:
parent
f14ce141af
commit
be1a52976f
@ -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,
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user