Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Sep 15, 2023
1 parent 3ffc2b4 commit 7e049a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinetoolbox/spine_db_editor/widgets/graph_view_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import itertools
from time import monotonic
from PySide6.QtCore import Slot, QTimer, QThreadPool
from PySide6.QtWidgets import QHBoxLayout
from spinedb_api import from_database
from spinedb_api.parameter_value import IndexedValue, TimeSeries
from ...widgets.custom_qgraphicsscene import CustomGraphicsScene
Expand All @@ -32,7 +31,7 @@
CrossHairsRelationshipItem,
CrossHairsArcItem,
)
from .graph_layout_generator import GraphLayoutGeneratorRunnable, ProgressBarWidget
from .graph_layout_generator import GraphLayoutGeneratorRunnable
from .add_items_dialogs import AddObjectsDialog, AddReadyRelationshipsDialog


Expand Down

0 comments on commit 7e049a5

Please sign in to comment.