We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6d07 commit fb11810Copy full SHA for fb11810
src/zarr/core/metadata/v2.py
@@ -4,7 +4,7 @@
4
from collections.abc import Iterable
5
from enum import Enum
6
from functools import cached_property
7
-from typing import TYPE_CHECKING, Any, TypedDict, cast
+from typing import TYPE_CHECKING, TypedDict, cast
8
9
from zarr.abc.metadata import Metadata
10
0 commit comments