Remove UserDB Pydantic schema

This commit is contained in:
François Voron
2022-04-29 13:53:16 +02:00
parent 923aeb970e
commit 056b0453a2
7 changed files with 14 additions and 31 deletions

View File

@ -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.