Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit 429919f

Browse files
committed
Removed duplicate QFormLayout
1 parent a44380b commit 429919f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pugdebug/gui/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
class PugdebugSettingsWindow(QDialog):
1919

20-
layout = QFormLayout()
21-
2220
def __init__(self, parent):
2321
super(PugdebugSettingsWindow, self).__init__(parent)
2422

0 commit comments

Comments
 (0)