Skip to content

Commit

Permalink
style: format assets and jobs with black
Browse files Browse the repository at this point in the history
  • Loading branch information
khyurri committed Jul 22, 2024
1 parent 0ae713a commit 1e18f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assets/assets/routers/minio_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async def get_from_minio(
),
storage: minio.Minio = fastapi.Depends(utils.minio_utils.get_storage),
) -> Union[
fastapi.responses.StreamingResponse,
fastapi.responses.RedirectResponse
fastapi.responses.StreamingResponse, fastapi.responses.RedirectResponse
]:
"""
Takes an id file and a bucket name and returns streaming file with
Expand Down
2 changes: 1 addition & 1 deletion jobs/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def files_data_to_pipeline_arg(
output_path=None,
pages=file["pages"],
s3_signed_url=None,
file_id=file_id
file_id=file_id,
)


Expand Down

0 comments on commit 1e18f79

Please sign in to comment.