Skip to content

Commit a2fa097

Browse files
committed
typing
1 parent df7aae6 commit a2fa097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/codecs/_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async def _encode_single(
6969
chunk = chunk_array.as_ndarray_like()
7070

7171
# ensure contiguous and correct order
72-
chunk = chunk.astype(chunk_spec.dtype, order=chunk_spec.order, copy=False)
72+
chunk = chunk.astype(chunk_spec.dtype, order=chunk_spec.order)
7373

7474
# apply filters
7575
if self.filters:

0 commit comments

Comments
 (0)