Skip to content

Commit 4d22d4f

Browse files
committed
Fix chunk typing
1 parent 35bae0a commit 4d22d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zarr/creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
def create(
3232
shape: Union[int, Tuple[int, ...]],
33-
chunks: bool = True,
33+
chunks: Union[int, Tuple[int, ...], bool] = True,
3434
dtype: Optional[npt.DTypeLike] = None,
3535
compressor="default",
3636
fill_value: Optional[int] = 0,

0 commit comments

Comments
 (0)