src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10369
170795bb532d
child 10439
21c28b0f9e41
--- 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(

eric ide

mercurial