src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

branch
eric7
changeset 10164
b2fbf59d889f
parent 9653
e67609152c5e
child 10354
49a439993d06
diff -r bab2f909e60b -r b2fbf59d889f src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py
--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Mon Aug 28 16:28:57 2023 +0200
+++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py	Mon Aug 28 17:35:11 2023 +0200
@@ -67,9 +67,6 @@
     "F21": QCoreApplication.translate("pyFlakes", "'yield' outside function"),
     "F22": QCoreApplication.translate("pyFlakes", "'continue' not properly in loop"),
     "F23": QCoreApplication.translate("pyFlakes", "'break' outside loop"),
-    "F24": QCoreApplication.translate(
-        "pyFlakes", "'continue' not supported inside 'finally' clause"
-    ),
     "F25": QCoreApplication.translate("pyFlakes", "Default 'except:' must be last"),
     "F26": QCoreApplication.translate(
         "pyFlakes", "Two starred expressions in assignment"

eric ide

mercurial