--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py Thu Jun 25 19:09:55 2020 +0200 +++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py Sat Jun 27 12:08:12 2020 +0200 @@ -49,7 +49,6 @@ 700 statements 900 syntax error """ -from __future__ import with_statement # # This is a modified version to make the original pycodestyle.py better @@ -2828,4 +2827,4 @@ if __name__ == '__main__': _main() # -# eflag: noqa = D2, M601, M701, M702, M801 +# eflag: noqa = D2, M601, M801