eric6/QScintilla/EditorOutlineModel.py

changeset 8218
7c09585bd960
parent 8131
f2129bb79269
child 8222
5994b80b8760
--- a/eric6/QScintilla/EditorOutlineModel.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/EditorOutlineModel.py	Sat Apr 10 18:38:27 2021 +0200
@@ -38,7 +38,7 @@
         @param populate flag indicating to populate the outline
         @type bool
         """
-        super(EditorOutlineModel, self).__init__(nopopulate=True)
+        super().__init__(nopopulate=True)
         
         self.__editor = editor
         

eric ide

mercurial