mirror of
https://github.com/a-mayb3/Kanban_clone_backend.git
synced 2026-03-21 18:15:37 +01:00
Removed superfluous response models
This commit is contained in:
parent
170446fcc2
commit
3d8edb8fa1
3 changed files with 0 additions and 14 deletions
|
|
@ -7,8 +7,3 @@ class UserBase(BaseModel):
|
|||
id: int
|
||||
name: str
|
||||
email: str
|
||||
|
||||
class UserList(BaseModel):
|
||||
model_config = ConfigDict(from_attributes=True)
|
||||
|
||||
users: List[UserBase]
|
||||
Loading…
Add table
Add a link
Reference in a new issue