Skip to content

Commit fe19104

Browse files
committed
Sort imports in test_v2.py
1 parent d584e1d commit fe19104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import zarr
1212
import zarr.storage
1313
from zarr import Array
14-
from zarr.storage import MemoryStore, StorePath, LocalStore
14+
from zarr.storage import LocalStore, MemoryStore, StorePath
1515

1616

1717
@pytest.fixture

0 commit comments

Comments
 (0)