From 90f0c5b953b9ba6fe06debac31f56888b010146f Mon Sep 17 00:00:00 2001 From: BW27492 Date: Tue, 23 Jan 2024 14:12:04 +0000 Subject: [PATCH] Formatting fix --- lib/python-beta/src/bailo/core/client.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/python-beta/src/bailo/core/client.py b/lib/python-beta/src/bailo/core/client.py index c5e604eb7..fe1ba2e32 100644 --- a/lib/python-beta/src/bailo/core/client.py +++ b/lib/python-beta/src/bailo/core/client.py @@ -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,