Skip to content

Commit 943e148

Browse files
committed
fix missing imports
1 parent b467747 commit 943e148

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/zarr/core/metadata/v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from zarr.abc.metadata import Metadata
77
from zarr.core.buffer.core import default_buffer_prototype
88
from zarr.core.dtype import VariableLengthUTF8, ZDType, get_data_type_from_json
9-
from zarr.core.type_check import check_type
9+
from zarr.errors import UnknownCodecError
1010

1111
if TYPE_CHECKING:
1212
from typing import Self

0 commit comments

Comments
 (0)