Open fwitte opened 1 month ago
Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tutorial/advanced/hrsg.py
: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 11:1: E402 module level import not at top of file Line 12:1: E402 module level import not at top of file Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file Line 15:1: E402 module level import not at top of file Line 37:1: E402 module level import not at top of file Line 45:80: E501 line too long (81 > 79 characters) Line 51:33: E231 missing whitespace after ',' Line 51:49: E231 missing whitespace after ',' Line 52:33: E231 missing whitespace after ',' Line 52:47: E231 missing whitespace after ',' Line 54:33: E231 missing whitespace after ',' Line 56:30: E231 missing whitespace after ',' Line 61:1: E402 module level import not at top of file Line 69:27: E261 at least two spaces before inline comment Line 79:80: E501 line too long (80 > 79 characters) Line 100:1: E402 module level import not at top of file Line 101:1: E402 module level import not at top of file Line 142:80: E501 line too long (87 > 79 characters) Line 200:80: E501 line too long (82 > 79 characters) Line 202:1: E402 module level import not at top of file Line 294:80: E501 line too long (92 > 79 characters)
Following example of #554