Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 5509
d4c4763b46ee
parent 5435
44a6fc2828bc
child 5585
dab20c39f08c
--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Wed Feb 08 20:17:39 2017 +0100
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py	Wed Feb 08 21:36:29 2017 +0100
@@ -219,9 +219,6 @@
     "E704": QCoreApplication.translate(
         "pycodestyle",
         "multiple statements on one line (def)"),
-    "E705": QCoreApplication.translate(
-        "pycodestyle",
-        "multiple statements on one line (async def)"),
     "E711": QCoreApplication.translate(
         "pycodestyle",
         "comparison to {0} should be {1}"),

eric ide

mercurial