eric6/QScintilla/Lexers/SubstyledLexer.py

changeset 8218
7c09585bd960
parent 8217
385f60c94548
child 8220
006ee31b4835
--- a/eric6/QScintilla/Lexers/SubstyledLexer.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/Lexers/SubstyledLexer.py	Sat Apr 10 18:38:27 2021 +0200
@@ -24,7 +24,7 @@
         """
         Constructor
         """
-        super(SubstyledLexer, self).__init__()
+        super().__init__()
         
         self.baseStyles = []
         # list of style numbers, that support sub-styling

eric ide

mercurial