pep8: fix E202 violations
This commit is contained in:
parent
418f396b32
commit
439dc8ca96
2 changed files with 2 additions and 2 deletions
|
@ -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.'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue