Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tstadel committed Dec 12, 2024
1 parent 5085e92 commit ecbc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepset_cloud_sdk/workflows/async_client/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def download(
:param api_url: API URL to use for authentication.
:param show_progress: Shows the upload progress.
:param timeout_s: Timeout in seconds for the download.
:param safe_mode: If `True`, disabled ingesting files in parallel.
:param safe_mode: If `True`, disabled ingesting files in parallel.
"""
async with FilesService.factory(_get_config(api_key=api_key, api_url=api_url, safe_mode=safe_mode)) as file_service:
await file_service.download(
Expand Down

0 comments on commit ecbc7e0

Please sign in to comment.