Skip to content

Commit 42a096c

Browse files
committed
lint
1 parent f1414fc commit 42a096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/utils/slidergraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from Orange.widgets.visualize.utils.plotutils import PlotWidget
88

99

10-
class InteractiveInfiniteLine(InfiniteLine):
10+
class InteractiveInfiniteLine(InfiniteLine): # pylint: disable=abstract-method
1111
"""
1212
A subclass of InfiniteLine that provides custom hover behavior.
1313
"""

0 commit comments

Comments
 (0)