Remove redundant assignment

The "app" field is already set in the parent class.
This commit is contained in:
glubsy 2021-03-19 05:10:02 +01:00
parent 4a40b346a4
commit d18b8c10ec
1 changed files with 0 additions and 1 deletions

View File

@ -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):