We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f647988 commit 871a52aCopy full SHA for 871a52a
1 file changed
plotpy/tests/unit/utils.py
@@ -17,8 +17,6 @@
17
if TYPE_CHECKING:
18
import numpy as np
19
20
- from plotpy.items.curve.base import CurveItem
21
- from plotpy.items.image.base import BaseImageItem
22
from plotpy.panels.base import PanelWidget
23
from plotpy.plot.plotwidget import PlotDialog, PlotWindow
24
@@ -178,15 +176,6 @@ def mouse_event_at_relative_plot_pos(
178
176
qapp.sendEvent(canvas, mouse_event)
179
177
180
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
190
def drag_mouse(
191
win: PlotWindow,
192
qapp: QW.QApplication,
0 commit comments