lint: clean up PEP-8 W391 rule.
This commit is contained in:
parent
42fdead31f
commit
4b015ecdff
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -128,4 +128,3 @@ class JohnHandler(object):
|
||||||
))
|
))
|
||||||
|
|
||||||
handler_class = JohnHandler
|
handler_class = JohnHandler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue