mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
refactor: make model sessions explicit
This commit is contained in:
@@ -11,12 +11,10 @@ from app.api.deps import (
|
||||
get_current_user_async,
|
||||
)
|
||||
from app.db.oper.user import UserOper
|
||||
from app.db.models.user import User
|
||||
|
||||
|
||||
__all__ = [
|
||||
"UserOper",
|
||||
"User",
|
||||
"get_current_active_manage_user",
|
||||
"get_current_active_manage_user_async",
|
||||
"get_current_active_superuser",
|
||||
|
||||
Reference in New Issue
Block a user