Skip to content

Commit

Permalink
Pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 2, 2023
1 parent 26a2292 commit e1f6de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animation_workbench/easing_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
QPoint,
pyqtSignal,
)
#from pyqtgraph import PlotWidget
from pyqtgraph import PlotWidget # pylint: disable=unused-import
import pyqtgraph as pg
from .utilities import get_ui_class

Expand Down

0 comments on commit e1f6de8

Please sign in to comment.