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