lint: clean up PEP-8 W391 rule.

This commit is contained in:
Tim Abbott 2017-01-23 20:39:02 -08:00
parent 42fdead31f
commit 4b015ecdff
2 changed files with 0 additions and 2 deletions

View file

@ -91,4 +91,3 @@ def run_message_handler_for_bot(lib_module, quiet, config_file):
logging.info('starting message handling...') logging.info('starting message handling...')
client.call_on_each_message(handle_message) client.call_on_each_message(handle_message)

View file

@ -128,4 +128,3 @@ class JohnHandler(object):
)) ))
handler_class = JohnHandler handler_class = JohnHandler