Skip to content

Commit 8d7e69e

Browse files
committed
fix import
1 parent e0fd324 commit 8d7e69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_store/test_core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import zarr
88
from zarr import Group
9-
from zarr.core.types import AccessModeLiteral, ZarrFormat
9+
from zarr.core.types import AccessModeLiteral
1010
from zarr.storage import FsspecStore, LocalStore, MemoryStore, StoreLike, StorePath, ZipStore
1111
from zarr.storage._common import contains_array, contains_group, make_store_path
1212
from zarr.storage._utils import (
@@ -16,6 +16,7 @@
1616
_relativize_path,
1717
normalize_path,
1818
)
19+
from zarr.types import ZarrFormat
1920

2021

2122
@pytest.fixture(

0 commit comments

Comments
 (0)