eric6/Preferences/HighlightingStylesFile.py

branch
jsonfiles
changeset 8028
a4f1b68c0737
parent 8026
d3eacdbcb18b
child 8103
338fe0064e5a
--- a/eric6/Preferences/HighlightingStylesFile.py	Fri Jan 29 19:30:59 2021 +0100
+++ b/eric6/Preferences/HighlightingStylesFile.py	Fri Jan 29 19:31:47 2021 +0100
@@ -89,16 +89,13 @@
         
         return True
     
-    def readFile(self, filename: str, lexers: dict) -> list:
+    def readFile(self, filename: str) -> list:
         """
         Public method to read the highlighting styles data from a highlighting
         styles JSON file.
         
         @param filename name of the highlighting styles file
         @type str
-        @param lexers dictionary of lexer objects for which to import the
-            styles
-        @type dict of {str: PreferencesLexer}
         @return list of read lexer style definitions
         @rtype list of dict
         """

eric ide

mercurial