flake8 noqa a Python 3 syntax error

This commit is contained in:
cclauss
2019-01-08 14:30:50 +01:00
committed by wmayer
parent a17ca7dc05
commit c701531069

View File

@@ -1,4 +1,5 @@
# remove this file once the python2 support has stopped
def __exec_old__(text, globals, locals):
exec text in globals, locals
exec text in globals, locals # noqa: E999 a Python 3 syntax error