Skip to content

Commit f385faf

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <[email protected]>
1 parent 7b43839 commit f385faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/risk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ def compute_package_risk_v2(package):
129129
if not result:
130130
return
131131

132-
return round(max(result), 1)
132+
return round(max(result), 1)

0 commit comments

Comments
 (0)