Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed May 3, 2024
1 parent a53f9c8 commit 0016801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/progpilot/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_description_for_scan_types(self, scan_type):
return "Progpilot JSON vulnerability report format."

def get_findings(self, filename, test):
findings = list()
findings = []
description = ""
results = json.load(filename)
for result in results:
Expand Down

0 comments on commit 0016801

Please sign in to comment.