Skip to content

Commit

Permalink
Fixed PyLint failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
debug committed Feb 6, 2020
1 parent 0eda488 commit 1097bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vfxClientToolkit/ui/combo_checkbox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from qtpy.QtWidgets import QComboBox, QItemDelegate
from qtpy.QtWidgets import QComboBox, QItemDelegate, QCheckBox
from qtpy.QtGui import QStandardItem, QStandardItemModel

class ComboCheckBoxDelegate(QItemDelegate):
Expand Down

0 comments on commit 1097bcd

Please sign in to comment.