mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
pep8
This commit is contained in:
parent
0a6dbad59e
commit
491f57b071
@ -326,6 +326,7 @@ class CreateCustomColumn(QDialog):
|
||||
|
||||
# bool formatting
|
||||
h1 = QHBoxLayout()
|
||||
|
||||
def add_bool_radio_button(txt):
|
||||
b = QRadioButton(txt)
|
||||
b.clicked.connect(partial(self.bool_radio_button_clicked, b))
|
||||
|
Loading…
x
Reference in New Issue
Block a user