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 31e63aa commit 917fd3dCopy full SHA for 917fd3d
1 file changed
tests/test_api.py
@@ -7,9 +7,8 @@
7
import zarr.codecs
8
import zarr.storage
9
from zarr.core.array import init_array
10
+from zarr.storage import LocalStore, ZipStore
11
from zarr.storage._common import StorePath
-from zarr.storage._local import LocalStore
12
-from zarr.storage._zip import ZipStore
13
14
if TYPE_CHECKING:
15
from collections.abc import Callable
0 commit comments