mypy: Add annotations to api_examples.py

This commit is contained in:
derAnfaenger 2017-09-15 13:24:24 +02:00
parent 035f0c3268
commit 0a49638e82

View file

@ -5,6 +5,7 @@ import zulip
import argparse
def main():
# type: () -> None
usage = """zulip-api-examples [script_name]
Prints the path to the Zulip API example scripts."""