From 418f396b3238d13f2a4af2fa87737426ed61cdd4 Mon Sep 17 00:00:00 2001 From: AZtheAsian Date: Thu, 1 Dec 2016 16:08:34 -0700 Subject: [PATCH] pep8: Fix E203 violations --- bots/zephyr_mirror_backend.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 131b1d1..4492d24 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -386,10 +386,10 @@ def process_notice(notice, log): if options.forward_class_messages and notice.opcode.lower() == "crypt": body = decrypt_zephyr(zephyr_class, notice.instance.lower(), body) - zeph = { 'time' : str(notice.time), - 'sender' : notice.sender, - 'zsig' : zsig, # logged here but not used by app - 'content' : body } + zeph = { 'time': str(notice.time), + 'sender': notice.sender, + 'zsig': zsig, # logged here but not used by app + 'content': body } if is_huddle: zeph['type'] = 'private' zeph['recipient'] = huddle_recipients