eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py

changeset 8198
1c765dc90c21
parent 7923
91e843545d9a
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py	Sat Apr 03 15:09:56 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py	Sat Apr 03 16:02:33 2021 +0200
@@ -319,10 +319,6 @@
     "M891": QCoreApplication.translate(
         "MiscellaneousChecker",
         "commented code lines should be removed"),
-    
-    "M901": QCoreApplication.translate(
-        "MiscellaneousChecker",
-        "{0}: {1}"),
 }
 
 _miscellaneousMessagesSampleArgs = {
@@ -349,5 +345,4 @@
     "M821": ["Dict"],
     "M822": ["Call"],
     "M823": ["dict"],
-    "M901": ["SyntaxError", "Invalid Syntax"],
 }

eric ide

mercurial