summaryrefslogtreecommitdiff
path: root/src/silx/gui/plot3d/items/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/silx/gui/plot3d/items/__init__.py')
-rw-r--r--src/silx/gui/plot3d/items/__init__.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/silx/gui/plot3d/items/__init__.py b/src/silx/gui/plot3d/items/__init__.py
index 3d22103..b091ffc 100644
--- a/src/silx/gui/plot3d/items/__init__.py
+++ b/src/silx/gui/plot3d/items/__init__.py
@@ -31,8 +31,13 @@ __date__ = "15/11/2017"
from .core import DataItem3D, Item3D, GroupItem, GroupWithAxesItem # noqa
from .core import ItemChangedType, Item3DChangedType # noqa
-from .mixins import (ColormapMixIn, ComplexMixIn, InterpolationMixIn, # noqa
- PlaneMixIn, SymbolMixIn) # noqa
+from .mixins import (
+ ColormapMixIn,
+ ComplexMixIn,
+ InterpolationMixIn, # noqa
+ PlaneMixIn,
+ SymbolMixIn,
+) # noqa
from .clipplane import ClipPlane # noqa
from .image import ImageData, ImageRgba, HeightMapData, HeightMapRGBA # noqa
from .mesh import Mesh, ColormapMesh, Box, Cylinder, Hexagon # noqa