Skyexu / TopSup

答题辅助决策:头号英雄等答题类游戏
https://www.jianshu.com/p/dc828c4b901d
1.32k stars 351 forks source link

Import configparser, time #130

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/Skyexu/TopSup

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

./GetQuestionIos.py:12:10: F821 undefined name 'configparser'
config = configparser.ConfigParser()
         ^
./GetQuestionIos.py:20:9: F821 undefined name 'time'
    t = time.clock()
        ^
./GetQuestionIos.py:45:17: F821 undefined name 'time'
    end_time3 = time.clock()
                ^
3     F821 undefined name 'configparser'