Try to convince mypy to play nice
This commit is contained in:
parent
8699f90fa4
commit
f9af273150
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
|
@ -41,7 +41,7 @@ def main() -> None:
|
|||
):
|
||||
init_env()
|
||||
m = importlib.import_module('kitty_tests.main')
|
||||
m.run_tests() # type: ignore
|
||||
getattr(m, 'run_tests')()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue