File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 55
66from .base import PanelWidget
77from .contrastadjustment import ContrastAdjustment
8- from .csection import ObliqueCrossSection , XCrossSection , YCrossSection
8+ from .csection import (
9+ ObliqueCrossSection ,
10+ XCrossSection ,
11+ YCrossSection ,
12+ LineCrossSection ,
13+ )
914from .itemlist import PlotItemList
Original file line number Diff line number Diff line change 1111.. autoclass:: XCrossSection
1212.. autoclass:: YCrossSection
1313.. autoclass:: ObliqueCrossSection
14+ .. autoclass:: LineCrossSection
1415"""
1516
1617# pylint: disable=unused-import
1718# flake8: noqa
1819
19- from .cswidget import ObliqueCrossSection , XCrossSection , YCrossSection
20+ from .cswidget import (
21+ ObliqueCrossSection ,
22+ XCrossSection ,
23+ YCrossSection ,
24+ LineCrossSection ,
25+ )
You can’t perform that action at this time.
0 commit comments