Skip to content

Commit 4c18aaa

Browse files
authored
Merge branch 'main' into feat/read-funcs
2 parents c693fb4 + fb11810 commit 4c18aaa

File tree

1 file changed

+1
-1
lines changed
  • src/zarr/core/metadata

1 file changed

+1
-1
lines changed

src/zarr/core/metadata/v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from collections.abc import Iterable
55
from enum import Enum
66
from functools import cached_property
7-
from typing import TYPE_CHECKING, Any, TypedDict, cast
7+
from typing import TYPE_CHECKING, TypedDict, cast
88

99
import numcodecs.abc
1010

0 commit comments

Comments
 (0)