Skip to content

Commit f0c57cb

Browse files
committed
fix import
1 parent 7c1e595 commit f0c57cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/test_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
normalize_store_arg,
5656
)
5757
from zarr.v2.storage import FSStore, rename, listdir
58-
from zarr.v2.tests.util import CountingDict, have_fsspec, skip_test_env_var, abs_container, mktemp
58+
from .util import CountingDict, have_fsspec, skip_test_env_var, abs_container, mktemp
5959
from zarr.v2.util import ConstantMap, json_dumps
6060

6161

0 commit comments

Comments
 (0)