pep8: fix E202 violations

This commit is contained in:
AZtheAsian
2016-12-01 22:15:18 -07:00
committed by Tim Abbott
parent 991c84fa1e
commit 7e14fe65ab
9 changed files with 10 additions and 10 deletions

View File

@@ -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.'''