Skip to content

Commit d1cee73

Browse files
committed
docs: add comment
1 parent 22b6689 commit d1cee73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/codecs/cast_value.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class ScalarMap(TypedDict, total=False):
5353
decode: Mapping[str | float | int, str | float | int]
5454

5555

56+
# see https://github.com/zarr-developers/zarr-extensions/tree/main/codecs/cast_value
5657
PERMITTED_DATA_TYPE_NAMES: Final[set[str]] = {
5758
"int2",
5859
"int4",

0 commit comments

Comments
 (0)