Skip to content

Commit 66b50b4

Browse files
Arnavk194stvml
authored andcommitted
fix: black linters
Signed-off-by: arnav <[email protected]>
1 parent 7125ba7 commit 66b50b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cve_bin_tool/output_engine/html.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,7 @@ def output_html(
416416
vendor=product_info.vendor,
417417
name=product_info.product,
418418
version=product_info.version,
419-
cve_count=(
420-
len(cve_data["cves"])
421-
),
419+
cve_count=(len(cve_data["cves"])),
422420
severity_analysis=analysis_pie.to_html(
423421
full_html=False, include_plotlyjs=False
424422
),

0 commit comments

Comments
 (0)