diff --git a/core/scripts/webpanel/routers/api/v1/schema/user.py b/core/scripts/webpanel/routers/api/v1/schema/user.py index b75255d..7b47b82 100644 --- a/core/scripts/webpanel/routers/api/v1/schema/user.py +++ b/core/scripts/webpanel/routers/api/v1/schema/user.py @@ -14,7 +14,7 @@ class UserInfoResponse(BaseModel): blocked: bool -class UserListResponse(RootModel): +class UserListResponse(RootModel): # type: ignore root: dict[str, UserInfoResponse]