Closed nielstron closed 5 years ago
Hello @nielstron! Thanks for updating the PR.
In the file pyblnet/blnet.py, following are the PEP8 issues :
pyblnet/blnet.py
Line 8:80: E501 line too long (88 > 79 characters) Line 22:1: W293 blank line contains whitespace Line 23:80: E501 line too long (92 > 79 characters) Line 33:80: E501 line too long (84 > 79 characters) Line 65:80: E501 line too long (91 > 79 characters) Line 119:80: E501 line too long (83 > 79 characters)
In the file pyblnet/blnet_conn.py, following are the PEP8 issues :
pyblnet/blnet_conn.py
Line 39:1: W293 blank line contains whitespace Line 161:17: E722 do not use bare 'except' Line 340:44: W291 trailing whitespace
In the file pyblnet/blnet_web.py, following are the PEP8 issues :
pyblnet/blnet_web.py
Line 6:77: W291 trailing whitespace Line 44:80: E501 line too long (81 > 79 characters) Line 44:82: W291 trailing whitespace Line 101:1: W293 blank line contains whitespace Line 104:28: E701 multiple statements on one line (colon) Line 105:33: E701 multiple statements on one line (colon) Line 132:1: W293 blank line contains whitespace Line 148:1: W293 blank line contains whitespace Line 172:29: E701 multiple statements on one line (colon) Line 174:32: E701 multiple statements on one line (colon) Line 193:17: W605 invalid escape sequence '\d' Line 193:33: W605 invalid escape sequence '\d' Line 194:16: W605 invalid escape sequence '\d' Line 214:76: W291 trailing whitespace Line 218:29: E701 multiple statements on one line (colon) Line 220:32: E701 multiple statements on one line (colon) Line 240:17: W605 invalid escape sequence '\d' Line 258:58: W291 trailing whitespace
Hello @nielstron! Thanks for updating the PR.
In the file
pyblnet/blnet.py
, following are the PEP8 issues :In the file
pyblnet/blnet_conn.py
, following are the PEP8 issues :In the file
pyblnet/blnet_web.py
, following are the PEP8 issues :Comment last updated on December 09, 2018 at 11:36 Hours UTC