diff --git a/src/main/python/plotlyst/view/widget/scene/structure.py b/src/main/python/plotlyst/view/widget/scene/structure.py index 311f5e8d6..a900d13e5 100644 --- a/src/main/python/plotlyst/view/widget/scene/structure.py +++ b/src/main/python/plotlyst/view/widget/scene/structure.py @@ -30,7 +30,7 @@ from plotlyst.common import PLOTLYST_TERTIARY_COLOR, RELAXED_WHITE_COLOR from plotlyst.core.domain import Novel, Node, GraphicsItemType -from plotlyst.view.common import spawn, shadow, stronger_color, blended_color_with_alpha +from plotlyst.view.common import shadow, stronger_color, blended_color_with_alpha from plotlyst.view.style.theme import BG_MUTED_COLOR from plotlyst.view.widget.graphics import NetworkGraphicsView, NetworkScene from plotlyst.view.widget.graphics.editor import ConnectorToolbar @@ -704,7 +704,6 @@ def _initOutlineItem(self, beat: SceneBeat, placeholder: bool = False): return item -@spawn class SceneStructureView(NetworkGraphicsView): def __init__(self, parent=None): self._novel = Novel('My novel')