fix: 删除未使用变量
This commit is contained in:
parent
1a28aa304c
commit
42b035bf4a
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ class AccountTab(TabPage):
|
|||
accountLayout.addWidget(self.accountModifyButton)
|
||||
accountLayout.addWidget(self.accountAddButton)
|
||||
|
||||
accountWidget = QWidget()
|
||||
self.setLayout(accountLayout)
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ class CategoryTab(TabPage):
|
|||
categoryLayout.addWidget(self.categoryModifyButton)
|
||||
categoryLayout.addWidget(self.categoryAddButton)
|
||||
|
||||
categoryWidget = QWidget()
|
||||
self.setLayout(categoryLayout)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue