--- 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}"),