Skip to content

Commit 2ebe189

Browse files
author
Max Wang
committed
black format
1 parent 69d3a86 commit 2ebe189

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PowerPlatform/Dataverse/data/_upload.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ def _upload_file(
7474
entity_set, record_id, logical_name, path, content_type=mime_type, if_none_match=if_none_match
7575
)
7676
if mode == "chunk":
77-
return self._upload_file_chunk(
78-
entity_set, record_id, logical_name, path, if_none_match=if_none_match
79-
)
77+
return self._upload_file_chunk(entity_set, record_id, logical_name, path, if_none_match=if_none_match)
8078
raise ValueError(f"Invalid mode '{mode}'. Use 'auto', 'small', or 'chunk'.")
8179

8280
def _upload_file_small(

0 commit comments

Comments
 (0)