--- a/eric6/HexEdit/HexEditGotoWidget.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/HexEdit/HexEditGotoWidget.py Sat Apr 10 18:38:27 2021 +0200 @@ -30,7 +30,7 @@ @param parent reference to the parent widget @type QWidget """ - super(HexEditGotoWidget, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.__editor = editor @@ -120,7 +120,7 @@ """ self.offsetEdit.selectAll() self.offsetEdit.setFocus() - super(HexEditGotoWidget, self).show() + super().show() def reset(self): """