Skip to content

Commit 359eb66

Browse files
committed
add missing import NDArrayLike
1 parent c76be48 commit 359eb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/core/indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
if TYPE_CHECKING:
3131
from zarr.core.array import Array
32+
from zarr.core.buffer import NDArrayLike
3233
from zarr.core.chunk_grids import ChunkGrid
3334
from zarr.core.common import ChunkCoords
3435

0 commit comments

Comments
 (0)