From 0a49638e82ff8a80d1ebbdcb780c2ef750a14211 Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Fri, 15 Sep 2017 13:24:24 +0200 Subject: [PATCH] mypy: Add annotations to api_examples.py --- zulip/zulip/api_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zulip/zulip/api_examples.py b/zulip/zulip/api_examples.py index b755c299..d5c9d1a4 100644 --- a/zulip/zulip/api_examples.py +++ b/zulip/zulip/api_examples.py @@ -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."""