--- a/eric6/PluginManager/PluginDetailsDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/PluginManager/PluginDetailsDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -24,7 +24,7 @@ @param details dictionary containing the info to be displayed @param parent parent of this dialog (QWidget) """ - super(PluginDetailsDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.setWindowFlags(Qt.WindowType.Window)