mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Format all files with black correcting line length
This commit is contained in:
@@ -56,9 +56,7 @@ class IgnoreListDialog(QDialog):
|
||||
self.clearButton = QPushButton(tr("Clear"))
|
||||
self.closeButton = QPushButton(tr("Close"))
|
||||
self.verticalLayout.addLayout(
|
||||
horizontalWrap(
|
||||
[self.removeSelectedButton, self.clearButton, None, self.closeButton]
|
||||
)
|
||||
horizontalWrap([self.removeSelectedButton, self.clearButton, None, self.closeButton])
|
||||
)
|
||||
|
||||
# --- model --> view
|
||||
|
||||
Reference in New Issue
Block a user