Closed cclauss closed 6 years ago
flake8 testing of https://github.com/richzhang/colorization-pytorch on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./util/util.py:70:18: F821 undefined name 'visuals' subset = visuals ^ 1 F821 undefined name 'visuals' 1
Fixed, thanks
flake8 testing of https://github.com/richzhang/colorization-pytorch on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics