--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Fri Apr 02 11:59:41 2021 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Sat May 01 14:27:20 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"], }