Skip to content

Commit 917fd3d

Browse files
committed
fix imports
1 parent 31e63aa commit 917fd3d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
import zarr.codecs
88
import zarr.storage
99
from zarr.core.array import init_array
10+
from zarr.storage import LocalStore, ZipStore
1011
from zarr.storage._common import StorePath
11-
from zarr.storage._local import LocalStore
12-
from zarr.storage._zip import ZipStore
1312

1413
if TYPE_CHECKING:
1514
from collections.abc import Callable

0 commit comments

Comments
 (0)