flake8 noqa a Python 3 syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user