mypy: Add annotations to api_examples.py
This commit is contained in:
parent
035f0c3268
commit
0a49638e82
|
@ -5,6 +5,7 @@ import zulip
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
# type: () -> None
|
||||||
usage = """zulip-api-examples [script_name]
|
usage = """zulip-api-examples [script_name]
|
||||||
|
|
||||||
Prints the path to the Zulip API example scripts."""
|
Prints the path to the Zulip API example scripts."""
|
||||||
|
|
Loading…
Reference in a new issue