Skip to content

Commit cdae8db

Browse files
committed
Fix NameError regression from previous revision
1 parent 0449fff commit cdae8db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotpy/panels/csection/csplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
XCrossSectionItem,
1818
YCrossSectionItem,
1919
)
20+
from plotpy.plot.base import BasePlot
2021
from plotpy.styles.curve import CurveParam
2122

2223
LUT_AXIS_TITLE = _("LUT scale") + (" (0-%d)" % LUT_MAX)
@@ -27,7 +28,6 @@
2728

2829
from plotpy.items import BaseImageItem
2930
from plotpy.panels.csection.csitem import CrossSectionItem
30-
from plotpy.plot.base import BasePlot
3131

3232

3333
class BaseCrossSectionPlot(BasePlot):

0 commit comments

Comments
 (0)