Skip to content

Commit ff8e29f

Browse files
committed
Fix import sort order -- Linting
1 parent 8cb3abf commit ff8e29f

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
@@ -15,8 +15,8 @@
1515
from zarr.abc.store import Store
1616
from zarr.core.buffer.core import default_buffer_prototype
1717
from zarr.core.dtype import FixedLengthUTF32, VariableLengthUTF8
18-
from zarr.core.dtype.npy.structured import Struct
1918
from zarr.core.dtype.npy.bytes import NullTerminatedBytes
19+
from zarr.core.dtype.npy.structured import Struct
2020
from zarr.core.dtype.wrapper import ZDType
2121
from zarr.core.group import Group
2222
from zarr.core.sync import sync

0 commit comments

Comments
 (0)