Skip to content

Commit 0195167

Browse files
committed
fix import in tests
1 parent c881268 commit 0195167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from zarr.storage import LocalStore, MemoryStore, StorePath, ZipStore
5151
from zarr.storage._common import make_store_path
5252
from zarr.storage._utils import _join_paths, normalize_path
53-
from zarr.testing.store import LatencyStore
53+
from zarr.storage import LatencyStore
5454

5555
from .conftest import meta_from_array, parse_store
5656

0 commit comments

Comments
 (0)