Skip to content

Commit fb11810

Browse files
Multiple imports for an import name (#2580)
1 parent 6dc6d07 commit fb11810

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
from zarr.abc.metadata import Metadata
1010

0 commit comments

Comments
 (0)