We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727cfa7 commit 395f266Copy full SHA for 395f266
odc/geo/cog/_mpu.py
@@ -528,4 +528,4 @@ def mpu_upload(
528
kwargs = get_mpu_kwargs(dask_name_prefix=dask_name_prefix, **kw)
529
client = kwargs.pop("client", None) # Remove 'client' from kwargs
530
write = writer(kw, client=client) if kwargs["spill_sz"] else None
531
- return mpu_write(chunks, write, **kwargs)
+ return mpu_write(chunks, write, **kwargs)
0 commit comments