Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Nov 2, 2023
1 parent de09c38 commit b9b2af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mrirage/composition/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
from .composition import Composition
from .grid import CompositionGrid
from .layer import (
ColorScale,
ColorScaleFromName,
ColorScaleSolid,
Layer,
LayerCoordinate,
LayerCross,
Expand All @@ -9,9 +12,6 @@
LayerLR,
LayerVoxel,
LayerVoxelGlass,
ColorScale,
ColorScaleFromName,
ColorScaleSolid,
Style,
)
from .view import View
Expand Down

0 comments on commit b9b2af8

Please sign in to comment.