From 8c6de940d50a32a78e02bfc2f25f3ae790a10e04 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Tue, 26 Sep 2023 13:30:13 +1300 Subject: [PATCH] Style fix. --- test/test_helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helpers.py b/test/test_helpers.py index 60eb6b1df..ada79af09 100755 --- a/test/test_helpers.py +++ b/test/test_helpers.py @@ -59,7 +59,8 @@ def cleanup(): f'@"C:\\Program Files\\git\\bin\\bash.exe" {path} %*\n') -def fake_script_calls(test_case: unittest.TestCase, clear: bool = False) -> typing.List[typing.List[str]]: +def fake_script_calls(test_case: unittest.TestCase, + clear: bool = False) -> typing.List[typing.List[str]]: calls_file: pathlib.Path = test_case.fake_script_path / 'calls.txt' # type: ignore if not calls_file.exists(): # type: ignore return []