Skip to content

Commit 395f266

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 727cfa7 commit 395f266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odc/geo/cog/_mpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,4 @@ def mpu_upload(
528528
kwargs = get_mpu_kwargs(dask_name_prefix=dask_name_prefix, **kw)
529529
client = kwargs.pop("client", None) # Remove 'client' from kwargs
530530
write = writer(kw, client=client) if kwargs["spill_sz"] else None
531-
return mpu_write(chunks, write, **kwargs)
531+
return mpu_write(chunks, write, **kwargs)

0 commit comments

Comments
 (0)