mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
pep8: fix E202 violations
This commit is contained in:
@@ -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.'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user