Skip to content

Commit 871a52a

Browse files
committed
code cleaning
1 parent f647988 commit 871a52a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

plotpy/tests/unit/utils.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
if TYPE_CHECKING:
1818
import numpy as np
1919

20-
from plotpy.items.curve.base import CurveItem
21-
from plotpy.items.image.base import BaseImageItem
2220
from plotpy.panels.base import PanelWidget
2321
from plotpy.plot.plotwidget import PlotDialog, PlotWindow
2422

@@ -178,15 +176,6 @@ def mouse_event_at_relative_plot_pos(
178176
qapp.sendEvent(canvas, mouse_event)
179177

180178

181-
# def mouse_wheel_event_at_relative_pos(
182-
# win: PlotDialog | PlotWindow,
183-
# qapp: QW.QApplication,
184-
# relative_xy: tuple[float, float],
185-
# click_types: tuple[QC.QEvent.Type, ...] = (QC.QEvent.Type.MouseButtonPress,),
186-
# mod=QC.Qt.KeyboardModifier.NoModifier,
187-
# ) -> None:
188-
189-
190179
def drag_mouse(
191180
win: PlotWindow,
192181
qapp: QW.QApplication,

0 commit comments

Comments
 (0)