aboutsummaryrefslogtreecommitdiff
path: root/app/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'app/schemas')
-rw-r--r--app/schemas/auth_schemas.py4
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