refactor: refactor project with ruff
This commit is contained in:
@@ -14,6 +14,7 @@ class Status(Enum):
|
||||
DISABLED = "Disabled"
|
||||
DELETED = "Deleted"
|
||||
|
||||
|
||||
class ListEvent(BaseModel):
|
||||
id: int
|
||||
name: str = Field(..., max_length=40)
|
||||
|
Reference in New Issue
Block a user