diff -r 385f60c94548 -r 7c09585bd960 eric6/QScintilla/EditorAssembly.py --- a/eric6/QScintilla/EditorAssembly.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/QScintilla/EditorAssembly.py Sat Apr 10 18:38:27 2021 +0200 @@ -41,7 +41,7 @@ @param tv reference to the task viewer object @type TaskViewer """ - super(EditorAssembly, self).__init__() + super().__init__() self.__layout = QGridLayout(self) self.__layout.setContentsMargins(0, 0, 0, 0)