mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Fix typing issues pointed out by updated mypy
This commit is contained in:
2
test.py
2
test.py
@@ -97,7 +97,7 @@ def run_tests() -> None:
|
||||
|
||||
def run_cli(suite: unittest.TestSuite, verbosity: int = 4) -> None:
|
||||
r = unittest.TextTestRunner
|
||||
r.resultclass = unittest.TextTestResult # type: ignore
|
||||
r.resultclass = unittest.TextTestResult
|
||||
init_env()
|
||||
runner = r(verbosity=verbosity)
|
||||
runner.tb_locals = True # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user