Skip to content

Commit

Permalink
fix linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydragyrum committed Oct 11, 2024
1 parent 5ad5990 commit fe456d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unittests/tools/test_ptart_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ def test_ptart_parser_tools_parse_references_from_hit(self):
}
self.assertEqual("Reference1: https://ref.example.com\nReference: https://ref3.example.com", parse_references_from_hit(hit))


def test_ptart_parser_with_empty_json_throws_error(self):
with open("unittests/scans/ptart/empty_with_error.json", encoding="utf-8") as testfile:
parser = PTARTParser()
Expand Down

0 comments on commit fe456d5

Please sign in to comment.