mypy: Any->Call in create_single_page() in create-test-api-docs.

This commit is contained in:
neiljp (Neil Pilgrim) 2017-08-07 18:44:20 -07:00 committed by Tim Abbott
parent fc947d92e2
commit c04ff1cc79
1 changed files with 1 additions and 1 deletions

View File

@ -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('''