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 e733943 commit e0fd324Copy full SHA for e0fd324
1 file changed
examples/custom_dtype.py
@@ -29,7 +29,8 @@
29
DTypeJSON,
30
check_dtype_spec_v2,
31
)
32
-from zarr.core.types import JSON, ZarrFormat
+from zarr.core.types import JSON
33
+from zarr.types import ZarrFormat
34
35
# This is the int2 array data type
36
int2_dtype_cls = type(np.dtype("int2"))
0 commit comments