We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a81ee commit 498366cCopy full SHA for 498366c
1 file changed
src/together/filemanager.py
@@ -73,7 +73,6 @@ def _get_file_size(
73
if len(range_parts) == 2:
74
total_size_in_bytes = int(range_parts[1])
75
76
-
77
return total_size_in_bytes
78
79
@@ -212,7 +211,6 @@ def download(
212
211
if not fetch_metadata:
213
file_size = int(response.headers.get("content-length", 0))
214
215
216
with tqdm(
217
total=file_size,
218
unit="B",
0 commit comments