Closed cclauss closed 5 years ago
flake8 testing of https://github.com/chiphuyen/sotawhat on Python 3.7.1
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./sotawhat/sotawhat.py:281:13: F821 undefined name 'warnings' warnings.warn('On Windows, encoding errors may arise when displaying the data.\n' ^ 1 F821 undefined name 'warnings' 1
flake8 testing of https://github.com/chiphuyen/sotawhat on Python 3.7.1
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics