diff options
author | Parker <contact@pkrm.dev> | 2024-11-05 15:02:21 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-05 15:02:21 -0600 |
commit | 6f7e810916fd2de39d451886bbe18167e1784315 (patch) | |
tree | 795523eb94a00bce41475e444bab60487b31daab /app/schemas | |
parent | d74ae5e11603c33a5deafbcdc202fd13e57cfe0a (diff) |
stuff
Diffstat (limited to 'app/schemas')
-rw-r--r-- | app/schemas/auth_schemas.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/schemas/auth_schemas.py b/app/schemas/auth_schemas.py index 006a7c8..86e0ee8 100644 --- a/app/schemas/auth_schemas.py +++ b/app/schemas/auth_schemas.py @@ -7,10 +7,6 @@ class Token(BaseModel): token_type: str -class TokenData(BaseModel): - username: str | None = None - - class User(BaseModel): username: str id: int |