fix some pep8 violations

This commit is contained in:
Bastian Schroll 2019-10-08 20:29:00 +02:00
parent 295f0005d6
commit 0b6814d7fb
2 changed files with 4 additions and 7 deletions

View file

@ -36,5 +36,3 @@ while 1:
line = mmProc.readline() line = mmProc.readline()
if line: if line:
print(line) print(line)

View file

@ -159,4 +159,3 @@ finally:
logging.debug("Starting shutdown routine") logging.debug("Starting shutdown routine")
bwClient.disconnect() bwClient.disconnect()
logging.debug("BOSWatch client has stopped ...") logging.debug("BOSWatch client has stopped ...")