Skip to content

Commit 6075e18

Browse files
committed
add comment
1 parent 16d1394 commit 6075e18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zarr/core/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
BytesLike = bytes | bytearray | memoryview
3939
ShapeLike = Iterable[int] | int
40+
# For backwards compatibility
41+
ChunkCoords: tuple[int, ...]
4042
ZarrFormat = Literal[2, 3]
4143
NodeType = Literal["array", "group"]
4244
JSON = str | int | float | Mapping[str, "JSON"] | Sequence["JSON"] | None

0 commit comments

Comments
 (0)