Skip to content

Commit 9ba5de9

Browse files
committed
type checker
1 parent dfac06b commit 9ba5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ZMETADATA_V2_JSON = ".zmetadata"
3939

4040
BytesLike = bytes | bytearray | memoryview
41-
ShapeLike = Iterable[int | np.integer] | int | np.integer
41+
ShapeLike = Iterable[int | np.integer[Any]] | int | np.integer[Any]
4242
# For backwards compatibility
4343
ChunkCoords = tuple[int, ...]
4444
ZarrFormat = Literal[2, 3]

0 commit comments

Comments
 (0)