Skip to content

Commit

Permalink
Address ruff PTH107 (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Jun 22, 2023
1 parent c6bd9a7 commit 20b3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_formatter_sarif.py
Expand Up @@ -189,4 +189,4 @@ def test_sarif_file_creates_it_if_none_exists(file: str, return_code: int) -> No
assert result.returncode == return_code
assert os.path.exists(sarif_file_name) # noqa: PTH110
assert os.path.getsize(sarif_file_name) > 0
os.remove(sarif_file_name)
pathlib.Path.unlink(pathlib.Path(sarif_file_name))

0 comments on commit 20b3b50

Please sign in to comment.