🔥 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:
Gabriel Luiz Freitas Almeida 2023-06-22 22:44:24 -03:00
commit eb7f8838be

View file

@ -98,6 +98,8 @@ class UploadFileResponse(BaseModel):
flowId: str
file_path: Path
class StreamData(BaseModel):
event: str
data: dict