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

@ -85,7 +85,7 @@ def run_message_handler_for_bot(lib_module, quiet, config_file):
message=message,
client=restricted_client,
state_handler=state_handler
)
)
signal.signal(signal.SIGINT, exit_gracefully)