Closed cclauss closed 6 years ago
flake8 testing of https://github.com/uber/sbnet
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./sbnet_tensorflow/benchmark/cu_prof.py:56:19: F821 undefined name 'prefix_path' with open(prefix_path('timeline.json'), 'w') as f: ^ 1 F821 undefined name 'prefix_path'
All committers have signed the CLA.
flake8 testing of https://github.com/uber/sbnet
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics