Add pep8 check
xiaohanyu opened this issue · 1 comments
xiaohanyu commented
Some of the code didn't obey the pep8 rule, such as 80-character rule.
It is better to add pep8 check via something like https://pypi.python.org/pypi/pyflakes
imwilsonxu commented
Fix with adbb004