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 1033159 commit 7a8b887Copy full SHA for 7a8b887
1 file changed
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