We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1414fc commit 42a096cCopy full SHA for 42a096c
Orange/widgets/utils/slidergraph.py
@@ -7,7 +7,7 @@
7
from Orange.widgets.visualize.utils.plotutils import PlotWidget
8
9
10
-class InteractiveInfiniteLine(InfiniteLine):
+class InteractiveInfiniteLine(InfiniteLine): # pylint: disable=abstract-method
11
"""
12
A subclass of InfiniteLine that provides custom hover behavior.
13
0 commit comments