Skip to content

Commit

Permalink
Update src/zarr/core/array.py
Browse files Browse the repository at this point in the history
Co-authored-by: Norman Rzepka <[email protected]>
  • Loading branch information
brokkoli71 and normanrz authored Jan 15, 2025
1 parent 543099a commit 0f0f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3736,7 +3736,7 @@ class ShardsConfigParam(TypedDict):


async def from_array(
data: Array,
data: Array | npt.ArrayLike,
store: str | StoreLike,
*,
name: str | None = None,
Expand Down

0 comments on commit 0f0f812

Please sign in to comment.