Skip to content

Commit 8a84df2

Browse files
committed
fixed whitespaces
1 parent d5e3f81 commit 8a84df2

File tree

3 files changed

+243
-173
lines changed

3 files changed

+243
-173
lines changed

src/together/filemanager.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,11 @@ def _upload_single_part(self, part_info: Dict[str, Any], part_data: bytes) -> st
569569
return etag
570570

571571
def _complete_upload(
572-
self, url: str, upload_id: str, file_id: str, completed_parts: List[Dict[str, Any]]
572+
self,
573+
url: str,
574+
upload_id: str,
575+
file_id: str,
576+
completed_parts: List[Dict[str, Any]],
573577
) -> FileResponse:
574578
"""Complete the multipart upload"""
575579

0 commit comments

Comments
 (0)