🔥 refactor(schemas.py): remove extra blank line in UploadFileResponse schema
The extra blank line in the UploadFileResponse schema has been removed to improve code readability and consistency.
This commit is contained in:
parent
7f90956d20
commit
eb7f8838be
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ class UploadFileResponse(BaseModel):
|
|||
|
||||
flowId: str
|
||||
file_path: Path
|
||||
|
||||
|
||||
class StreamData(BaseModel):
|
||||
event: str
|
||||
data: dict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue