Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 26, 2023
1 parent 18c821b commit 8c6de94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit 8c6de94

Please sign in to comment.