Skip to content

Commit c3628c8

Browse files
Restyled by black
1 parent 0bd433d commit c3628c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/remote/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _copy(cls, s3, from_info, to_info, extra_args):
175175
to_info.bucket,
176176
to_info.path,
177177
ExtraArgs=extra_args,
178-
Config=TransferConfig(multipart_threshold=size + 1)
178+
Config=TransferConfig(multipart_threshold=size + 1),
179179
)
180180

181181
cached_etag = cls.get_etag(s3, to_info.bucket, to_info.path)

0 commit comments

Comments
 (0)