mirror of https://github.com/zulip/zulip.git
mypy: Any->Call in create_single_page() in create-test-api-docs.
This commit is contained in:
parent
fc947d92e2
commit
c04ff1cc79
|
@ -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('''
|
||||
|
|
Loading…
Reference in New Issue