Skip to content

Commit 79b7d43

Browse files
committed
store -> storage
1 parent b1717d8 commit 79b7d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v3/test_codecs/test_vlen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from zarr.abc.store import Store
88
from zarr.codecs import VLenUTF8Codec
99
from zarr.core.metadata.v3 import ArrayV3Metadata, DataType
10-
from zarr.store.common import StorePath
10+
from zarr.storage.common import StorePath
1111
from zarr.strings import NUMPY_SUPPORTS_VLEN_STRING
1212

1313
numpy_str_dtypes: list[type | None] = [None, str, np.dtypes.StrDType]

0 commit comments

Comments
 (0)