diff -r 9037d09ed87c -r 1c765dc90c21 eric6/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py --- 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"], }