8000 ruff sort imports · zarr-developers/zarr-python@9744269 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9744269

Browse files
committed
ruff sort imports
1 parent 1e37dd2 commit 9744269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_metadata/test_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from zarr.core.buffer import default_buffer_prototype
1212
from zarr.core.chunk_key_encodings import DefaultChunkKeyEncoding, V2ChunkKeyEncoding
1313
from zarr.core.config import config
14-
from zarr.core.group import parse_node_type, GroupMetadata
14+
from zarr.core.group import GroupMetadata, parse_node_type
1515
from zarr.core.metadata.v3 import (
1616
ArrayV3Metadata,
1717
DataType,

0 commit comments

Comments
 (0)
0