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

branch
eric7
changeset 11145
d328a7b74fd8
parent 11141
2f5f73c51c7c
child 11147
dee6e106b4d3
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py	Sat Feb 22 18:04:39 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py	Sat Feb 22 18:06:26 2025 +0100
@@ -155,9 +155,7 @@
         "SimplifyChecker", """Use keyword-argument instead of magic number"""
     ),
     # f-Strings
-    "Y411": QCoreApplication.translate(
-        "SimplifyChecker", "Do not nest f-strings"
-    ),
+    "Y411": QCoreApplication.translate("SimplifyChecker", "Do not nest f-strings"),
     # Additional Checks
     "Y901": QCoreApplication.translate(
         "SimplifyChecker", '''Use "{0}" instead of "{1}"'''

eric ide

mercurial