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

changeset 8198
1c765dc90c21
parent 7923
91e843545d9a
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py	Sat Apr 03 15:09:56 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py	Sat Apr 03 16:02:33 2021 +0200
@@ -19,13 +19,10 @@
     "C112": QCoreApplication.translate(
         "ComplexityChecker",
         "overall source code line complexity is too high ({0})"),
-    "C901": QCoreApplication.translate(
-        "ComplexityChecker", "{0}: {1}"),
 }
 
 _complexityMessagesSampleArgs = {
     "C101": ["foo.bar", "42"],
     "C111": [42],
     "C112": [12.0],
-    "C901": ["SyntaxError", "Invalid Syntax"],
 }

eric ide

mercurial