--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Sun Dec 03 16:44:52 2023 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py Sun Dec 03 19:46:34 2023 +0100 @@ -121,16 +121,15 @@ "M197": QCoreApplication.translate( "MiscellaneousChecker", "unnecessary use of map - use a {0} instead", - ), "M198": QCoreApplication.translate( "MiscellaneousChecker", - "unnecessary {0} passed to dict() - remove the outer call to dict()" + "unnecessary {0} passed to dict() - remove the outer call to dict()", ), "M199": QCoreApplication.translate( "MiscellaneousChecker", "unnecessary list comprehension passed to {0}() prevents short-circuiting" - " - rewrite as a generator" + " - rewrite as a generator", ), ## Dictionaries with sorted keys "M201": QCoreApplication.translate(