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

branch
eric7
changeset 11148
15e30f0c76a8
parent 11147
dee6e106b4d3
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py	Mon Feb 24 15:43:49 2025 +0100
@@ -29,7 +29,9 @@
     "I-903": QCoreApplication.translate(
         "ImportsChecker", "relative imports from parent modules are banned"
     ),
-    "I-904": QCoreApplication.translate("ImportsChecker", "relative imports are banned"),
+    "I-904": QCoreApplication.translate(
+        "ImportsChecker", "relative imports are banned"
+    ),
 }
 
 _importsMessagesSampleArgs = {

eric ide

mercurial