Upgrade mypy to 0.710 (#24666)
* Upgrade mypy to 0.710 * Address mypy 0.710 errors
This commit is contained in:
parent
f189367c02
commit
a6eef22fbc
8 changed files with 18 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue