Skip to content

Commit 498366c

Browse files
committed
precommit fix
1 parent a1a81ee commit 498366c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/together/filemanager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _get_file_size(
7373
if len(range_parts) == 2:
7474
total_size_in_bytes = int(range_parts[1])
7575

76-
7776
return total_size_in_bytes
7877

7978

@@ -212,7 +211,6 @@ def download(
212211
if not fetch_metadata:
213212
file_size = int(response.headers.get("content-length", 0))
214213

215-
216214
with tqdm(
217215
total=file_size,
218216
unit="B",

0 commit comments

Comments
 (0)