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

branch
eric7
changeset 10046
35b27af462ef
parent 10043
f1427d95cfde
child 10058
5d965939ab85
--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py	Sat May 20 19:50:13 2023 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py	Sun May 21 15:26:11 2023 +0200
@@ -61,8 +61,9 @@
         "AnnotationsChecker", "missing 'from __future__ import annotations'"
     ),
     "A873": QCoreApplication.translate(
-        "AnnotationsChecker", "missing 'from __future__ import annotations' but uses"
-        " simplified type annotations: {0}"
+        "AnnotationsChecker",
+        "missing 'from __future__ import annotations' but uses simplified type"
+        " annotations: {0}",
     ),
     "A881": QCoreApplication.translate(
         "AnnotationsChecker", "type annotation coverage of {0}% is too low"

eric ide

mercurial