flake8 testing of https://github.com/chihaiyishen/Python-Learning on Python 3.6.3
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./python 爬虫/wechat/demo.py:68:20: F821 undefined name 'WordCloud'
my_wordcloud = WordCloud(background_color="white", max_words=2000,
^
./python 爬虫/wechat/demo.py:71:20: F821 undefined name 'ImageColorGenerator'
image_colors = ImageColorGenerator(coloring)
^
2 F821 undefined name 'WordCloud'
2