From 4b015ecdff65551c36890c74b5d41c81fda3aff2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 23 Jan 2017 20:39:02 -0800 Subject: [PATCH] lint: clean up PEP-8 W391 rule. --- contrib_bots/bot_lib.py | 1 - contrib_bots/bots/john/john.py | 1 - 2 files changed, 2 deletions(-) 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 -