Skip to content

Commit 1097bcd

Browse files
committed
Fixed PyLint failure.
1 parent 0eda488 commit 1097bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vfxClientToolkit/ui/combo_checkbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from qtpy.QtWidgets import QComboBox, QItemDelegate
1+
from qtpy.QtWidgets import QComboBox, QItemDelegate, QCheckBox
22
from qtpy.QtGui import QStandardItem, QStandardItemModel
33

44
class ComboCheckBoxDelegate(QItemDelegate):

0 commit comments

Comments
 (0)