Skip to content

Commit e1f6de8

Browse files
committed
Pylint fixes
1 parent 26a2292 commit e1f6de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animation_workbench/easing_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
QPoint,
1515
pyqtSignal,
1616
)
17-
#from pyqtgraph import PlotWidget
17+
from pyqtgraph import PlotWidget # pylint: disable=unused-import
1818
import pyqtgraph as pg
1919
from .utilities import get_ui_class
2020

0 commit comments

Comments
 (0)