lint: Clean up E123 PEP-8 rule.

This commit is contained in:
Tim Abbott 2017-01-23 21:34:26 -08:00
parent 5b3d2c9100
commit 55e8d5f58d
9 changed files with 13 additions and 13 deletions

View file

@ -90,7 +90,7 @@ if options.sharded:
("tabbott-nagios-test-12", "d"),
("tabbott-nagios-test-11", "e"),
("tabbott-nagios-test-9", "f"),
]
]
for (stream, test) in test_streams:
if stream == "message":
continue
@ -99,7 +99,7 @@ else:
test_streams = [
("message", "p"),
("tabbott-nagios-test", "a"),
]
]
def print_status_and_exit(status):
# type: (int) -> None
@ -262,7 +262,7 @@ for key, (stream, test) in hzkeys.items():
"subject": "test",
"content": str(key),
"to": stream,
})
})
receive_zephyrs()
logger.info("Sent Zulip messages!")