Skip to content

Commit 0cfc0c1

Browse files
d-v-bmaxrjones
andauthored
Update src/zarr/core/metadata/v3.py
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
1 parent 3f2a783 commit 0cfc0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/zarr/core/metadata

src/zarr/core/metadata/v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ class ArrayMetadataJSON_V3(TypedDict, extra_items=AllowedExtraField): # type: i
432432
codecs: tuple[str | NamedConfig[str, Mapping[str, JSON]], ...]
433433
attributes: NotRequired[Mapping[str, JSON]]
434434
storage_transformers: NotRequired[tuple[str | NamedConfig[str, Mapping[str, JSON]], ...]]
435-
dimension_names: NotRequired[tuple[str | None]]
435+
dimension_names: NotRequired[tuple[str | None, ...]]
436436

437437

438438
"""

0 commit comments

Comments
 (0)