Skip to content

Commit 34e9364

Browse files
committed
Ruff lint fix
1 parent 809cd6b commit 34e9364

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

unittests/tools/test_github_sast_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_parse_file_with_multiple_vulns_has_multiple_findings(self):
4747

4848
def test_parse_file_invalid_format_raises(self):
4949
"""Non-list JSON should raise"""
50-
5150
bad_json = io.StringIO('{"not": "a list"}')
5251
parser = GithubSASTParser()
5352
with self.assertRaises(TypeError):

0 commit comments

Comments
 (0)