Skip to content

Commit 9fb5529

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ef4b3a0 commit 9fb5529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import zarr
1010
from dask import persist
1111
from numcodecs import Blosc
12-
from ome_zarr import NgffImage, NgffMultiscales
1312
from ome_zarr_models.v04 import HCS as Models04HCS
1413
from ome_zarr_models.v04 import Image as Models04Image
1514
from ome_zarr_models.v04 import Labels as Models04Labels
@@ -21,6 +20,7 @@
2120
from zarr.abc.codec import BytesBytesCodec
2221
from zarr.codecs import BloscCodec
2322

23+
from ome_zarr import NgffImage, NgffMultiscales
2424
from ome_zarr.format import (
2525
CurrentFormat,
2626
FormatV03,

0 commit comments

Comments
 (0)