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

changeset 8198
1c765dc90c21
parent 7923
91e843545d9a
child 8244
ed8cb108b27b
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py	Sat Apr 03 15:09:56 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py	Sat Apr 03 16:02:33 2021 +0200
@@ -53,10 +53,6 @@
     "A891": QCoreApplication.translate(
         "AnnotationsChecker",
         "type annotation is too complex ({0} > {1})"),
-    
-    "A999": QCoreApplication.translate(
-        "AnnotationsChecker",
-        "{0}: {1}"),
 }
 
 _annotationsMessagesSampleArgs = {
@@ -65,5 +61,4 @@
     "A003": ["kwargs"],
     "A881": [60],
     "A891": [5, 3],
-    "A999": ["SyntaxError", "Invalid Syntax"],
 }

eric ide

mercurial