mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Remove redundant assignment
The "app" field is already set in the parent class.
This commit is contained in:
parent
4a40b346a4
commit
d18b8c10ec
@ -19,7 +19,6 @@ tr = trget("ui")
|
||||
class DetailsDialog(DetailsDialogBase):
|
||||
def __init__(self, parent, app):
|
||||
self.vController = None
|
||||
self.app = app
|
||||
super().__init__(parent, app)
|
||||
|
||||
def _setupUi(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user