We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfac06b commit 9ba5de9Copy full SHA for 9ba5de9
src/zarr/core/common.py
@@ -38,7 +38,7 @@
38
ZMETADATA_V2_JSON = ".zmetadata"
39
40
BytesLike = bytes | bytearray | memoryview
41
-ShapeLike = Iterable[int | np.integer] | int | np.integer
+ShapeLike = Iterable[int | np.integer[Any]] | int | np.integer[Any]
42
# For backwards compatibility
43
ChunkCoords = tuple[int, ...]
44
ZarrFormat = Literal[2, 3]
0 commit comments