Skip to content

Commit d5d5494

Browse files
committed
move T_ArrayMetadata import back inside type checking block
1 parent e7cbaef commit d5d5494

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/zarr/core/indexing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
from zarr.core.buffer import NDArrayLikeOrScalar
3434
from zarr.core.chunk_grids import ChunkGrid
3535
from zarr.core.common import ChunkCoords
36-
37-
from zarr.core.metadata import T_ArrayMetadata
36+
from zarr.core.metadata import T_ArrayMetadata
3837

3938
IntSequence = list[int] | npt.NDArray[np.intp]
4039
ArrayOfIntOrBool = npt.NDArray[np.intp] | npt.NDArray[np.bool_]

0 commit comments

Comments
 (0)