Oops, forgot to remove a no longer needed mixin

This commit is contained in:
Kovid Goyal 2016-07-23 22:45:58 +05:30
parent 531f233a24
commit b49b1e81a9

View File

@ -12,10 +12,9 @@ from PyQt5.Qt import (
QCheckBox QCheckBox
) )
from calibre.gui2.preferences.create_custom_column_ui import Ui_QCreateCustomColumn
from calibre.gui2 import error_dialog from calibre.gui2 import error_dialog
class CreateCustomColumn(QDialog, Ui_QCreateCustomColumn): class CreateCustomColumn(QDialog):
# Note: in this class, we are treating is_multiple as the boolean that # Note: in this class, we are treating is_multiple as the boolean that
# custom_columns expects to find in its structure. It does not use the dict # custom_columns expects to find in its structure. It does not use the dict