Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

changeset 6353
6a0f3abd6878
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Sun Jun 17 16:56:10 2018 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Sun Jun 17 18:22:57 2018 +0200
@@ -99,6 +99,12 @@
     'F28': QCoreApplication.translate(
         'pyFlakes',
         "Assertion is always true, perhaps remove parentheses?"),
+    'F29': QCoreApplication.translate(
+        'pyFlakes',
+        "syntax error in forward annotation {0!r}"),
+    'F30': QCoreApplication.translate(
+        'pyFlakes',
+        "'raise NotImplemented' should be 'raise NotImplementedError'"),
 }
 
 

eric ide

mercurial