fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.6k stars 149 forks source link

Undefined name 'urllib2' #407

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

flake8 testing of https://github.com/fossasia/susi_linux on Python 3.7.1

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./main/states/internet_test.py:10:16: F821 undefined name 'urllib2'
        except urllib2.URLError as err:
               ^
1     F821 undefined name 'urllib2'
1