mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +08:00
Remove UserDB Pydantic schema
This commit is contained in:
@ -22,7 +22,7 @@ except ModuleNotFoundError: # pragma: no cover
|
||||
BaseOAuth2 = Type # type: ignore
|
||||
|
||||
|
||||
class FastAPIUsers(Generic[models.UP, schemas.U, schemas.UC, schemas.UU, schemas.UD]):
|
||||
class FastAPIUsers(Generic[models.UP, schemas.U, schemas.UC, schemas.UU]):
|
||||
"""
|
||||
Main object that ties together the component for users authentication.
|
||||
|
||||
|
Reference in New Issue
Block a user