Skip to content

Commit

Permalink
chore: Sort imports consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
pmplewa committed Feb 7, 2025
1 parent 5588b60 commit b519a6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions napari_wsi/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
from zarr.storage import MemoryStore

from .backends.common import WSIReaderBackend
from .color_transform import ColorSpace, ColorTransform

if TYPE_CHECKING:
import napari

from .color_transform import ColorSpace, ColorTransform


@dataclass(frozen=True)
class PyramidLevel(Metadata):
Expand Down

0 comments on commit b519a6b

Please # to comment.