From d18b8c10ecfcdf6744352652eb8cfdafa9b244bc Mon Sep 17 00:00:00 2001 From: glubsy Date: Fri, 19 Mar 2021 05:10:02 +0100 Subject: [PATCH] Remove redundant assignment The "app" field is already set in the parent class. --- qt/pe/details_dialog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/pe/details_dialog.py b/qt/pe/details_dialog.py index 7fe89aa0..d75fc1cb 100644 --- a/qt/pe/details_dialog.py +++ b/qt/pe/details_dialog.py @@ -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):