Skip to content

Commit 97b7b9b

Browse files
committed
Merge remote-tracking branch 'origin/creation-from-other-zarr' into creation-from-other-zarr
2 parents 73843dc + 0f0f812 commit 97b7b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3736,7 +3736,7 @@ class ShardsConfigParam(TypedDict):
37363736

37373737

37383738
async def from_array(
3739-
data: Array,
3739+
data: Array | npt.ArrayLike,
37403740
store: str | StoreLike,
37413741
*,
37423742
name: str | None = None,

0 commit comments

Comments
 (0)