Skip to content

Commit 3107d11

Browse files
committed
fix import
1 parent 8f98685 commit 3107d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from zarr.core.common import ZarrFormat
1212
from zarr.core.sync import sync
1313
from zarr.storage import MemoryStore, StoreLike
14-
from zarr.storage.common import _dereference_path
14+
from zarr.storage._common import _dereference_path
1515

1616
# Copied from Xarray
1717
_attr_keys = st.text(st.characters(), min_size=1)

0 commit comments

Comments
 (0)