We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b43839 commit f385fafCopy full SHA for f385faf
vulnerabilities/risk.py
@@ -129,4 +129,4 @@ def compute_package_risk_v2(package):
129
if not result:
130
return
131
132
- return round(max(result), 1)
+ return round(max(result), 1)
0 commit comments