Skip to content

Commit 0f0f812

Browse files
brokkoli71normanrz
andauthored
Update src/zarr/core/array.py
Co-authored-by: Norman Rzepka <[email protected]>
1 parent 543099a commit 0f0f812

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)