Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bw27492 committed Jan 23, 2024
1 parent 11a4e86 commit 90f0c5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/python-beta/src/bailo/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ def get_download_file(
f"{self.url}/v2/token/model/{model_id}/file/{file_id}/download", stream=True, timeout=10_000
)
else:
return self.agent.get(f"{self.url}/v2/model/{model_id}/file/{file_id}/download", stream=True, timeout=10_000)

return self.agent.get(
f"{self.url}/v2/model/{model_id}/file/{file_id}/download", stream=True, timeout=10_000
)

def get_download_by_filename(
self,
Expand Down

0 comments on commit 90f0c5b

Please sign in to comment.