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 c06467c commit 9a2ae39Copy full SHA for 9a2ae39
src/zarr/testing/store.py
@@ -5,7 +5,8 @@
5
from abc import abstractmethod
6
from typing import TYPE_CHECKING, Generic, TypeVar
7
8
-from zarr.storage import ObjectStore, WrapperStore
+from zarr.storage import WrapperStore
9
+from zarr.storage.obstore import ObjectStore
10
11
if TYPE_CHECKING:
12
from typing import Any
tests/test_store/test_object.py
@@ -7,7 +7,7 @@
from obstore.store import LocalStore, MemoryStore
from zarr.core.buffer import Buffer, cpu
-from zarr.storage import ObjectStore
from zarr.testing.store import StoreTests
13
0 commit comments