Upgrade mypy to 0.710 (#24666)

* Upgrade mypy to 0.710

* Address mypy 0.710 errors
This commit is contained in:
Ville Skyttä 2019-06-22 10:19:36 +03:00 committed by GitHub
parent f189367c02
commit a6eef22fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 14 deletions

View file

@ -57,7 +57,7 @@ def run(args: List) -> int:
print('Aborting script, could not install dependency', req)
return 1
return script.run(args[1:]) # type: ignore
return script.run(args[1:])
def extract_config_dir(args=None) -> str: