diff --git a/contrib_bots/bot_lib.py b/contrib_bots/bot_lib.py index d91b83a..e083068 100644 --- a/contrib_bots/bot_lib.py +++ b/contrib_bots/bot_lib.py @@ -91,4 +91,3 @@ def run_message_handler_for_bot(lib_module, quiet, config_file): logging.info('starting message handling...') client.call_on_each_message(handle_message) - diff --git a/contrib_bots/bots/john/john.py b/contrib_bots/bots/john/john.py index 3856c8f..d68d317 100644 --- a/contrib_bots/bots/john/john.py +++ b/contrib_bots/bots/john/john.py @@ -128,4 +128,3 @@ class JohnHandler(object): )) handler_class = JohnHandler -