mypy: zulip_botserver: Fix errors in zulip_botserver/server.py.
This commit is contained in:
parent
81205ea813
commit
ed51cabf1b
2 changed files with 1 additions and 4 deletions
|
@ -84,7 +84,7 @@ def handle_bot(bot):
|
|||
return json.dumps("")
|
||||
|
||||
def parse_args():
|
||||
# type: () -> Tuple[Any]
|
||||
# type: () -> argparse.Namespace
|
||||
usage = '''
|
||||
zulip-bot-server --config-file <path to flaskbotrc> --hostname <address> --port <port>
|
||||
Example: zulip-bot-server --config-file ~/flaskbotrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue