mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-02 04:09:32 -05:00
feat: python formatter finally working
This commit is contained in:
@@ -3,10 +3,12 @@ from pydantic import UUID4, BaseModel
|
||||
from typing import Optional
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
class FeedbackCreate(BaseModel):
|
||||
content: Optional[str] = None
|
||||
owner_id: Optional[UUID4] = None
|
||||
|
||||
|
||||
class FeedbackRead(ORMBase):
|
||||
id: int
|
||||
created_at: datetime
|
||||
|
||||
Reference in New Issue
Block a user