From c04ff1cc79edb6616fc21b13927a92aa8edc84a1 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Mon, 7 Aug 2017 18:44:20 -0700 Subject: [PATCH] mypy: Any->Call in create_single_page() in create-test-api-docs. --- tools/create-test-api-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/create-test-api-docs b/tools/create-test-api-docs index b37827812f..ea5dc8d205 100755 --- a/tools/create-test-api-docs +++ b/tools/create-test-api-docs @@ -60,7 +60,7 @@ def fix_test_name(s): return s.replace('zerver.tests.', '') def create_single_page(pattern, out_dir, href, calls): - # type: (str, str, str, List[Any]) -> None + # type: (str, str, str, List[Call]) -> None fn = out_dir + '/' + href with open(fn, 'w') as f: f.write('''