Closed cclauss closed 7 years ago
Caught by running flake8 ...
# stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E901,E999,F821,F822,F823 --statistics
Looks good. Thanks for catching this!
All the other issues look benign... https://travis-ci.org/cclauss/flake8_for_InferSent/jobs/251241779#L686
Caught by running flake8 ...