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 b467747 commit 943e148Copy full SHA for 943e148
src/zarr/core/metadata/v3.py
@@ -6,7 +6,7 @@
6
from zarr.abc.metadata import Metadata
7
from zarr.core.buffer.core import default_buffer_prototype
8
from zarr.core.dtype import VariableLengthUTF8, ZDType, get_data_type_from_json
9
-from zarr.core.type_check import check_type
+from zarr.errors import UnknownCodecError
10
11
if TYPE_CHECKING:
12
from typing import Self
0 commit comments