Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent 727cfa7 commit 395f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc/geo/cog/_mpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,4 +528,4 @@ def mpu_upload(
kwargs = get_mpu_kwargs(dask_name_prefix=dask_name_prefix, **kw)
client = kwargs.pop("client", None) # Remove 'client' from kwargs
write = writer(kw, client=client) if kwargs["spill_sz"] else None
return mpu_write(chunks, write, **kwargs)
return mpu_write(chunks, write, **kwargs)

0 comments on commit 395f266

Please sign in to comment.