From 439dc8ca968c4647f15030e870efd78ba48229e6 Mon Sep 17 00:00:00 2001 From: AZtheAsian Date: Thu, 1 Dec 2016 22:15:18 -0700 Subject: [PATCH] pep8: fix E202 violations --- bin/zulip-send | 2 +- bots/zephyr_mirror_backend.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/zulip-send b/bin/zulip-send index 7d7d98d..9777848 100755 --- a/bin/zulip-send +++ b/bin/zulip-send @@ -37,7 +37,7 @@ logging.basicConfig() log = logging.getLogger('zulip-send') -def do_send_message(client, message_data ): +def do_send_message(client, message_data): # type: (zulip.Client, Dict[str, Any]) -> bool '''Sends a message and optionally prints status about the same.''' diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 4492d24..89f9b70 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -389,7 +389,7 @@ def process_notice(notice, log): zeph = { 'time': str(notice.time), 'sender': notice.sender, 'zsig': zsig, # logged here but not used by app - 'content': body } + 'content': body} if is_huddle: zeph['type'] = 'private' zeph['recipient'] = huddle_recipients