In the file kwoc/app.py, following are the PEP8 issues :
Line 8:1: E402 module level import not at top of file
Line 9:1: E402 module level import not at top of file
Line 10:1: E402 module level import not at top of file
Line 26:80: E501 line too long (84 > 79 characters)
Line 31:80: E501 line too long (116 > 79 characters)
Line 32:80: E501 line too long (108 > 79 characters)
Line 79:1: E302 expected 2 blank lines, found 1
Line 84:1: E302 expected 2 blank lines, found 1
Line 88:1: E302 expected 2 blank lines, found 1
Line 101:1: E305 expected 2 blank lines after class or function definition, found 1
Hello @OrkoHunter! Thanks for submitting the PR.
kwoc/app.py
, following are the PEP8 issues :