Skip to content

Commit 8fc107d

Browse files
committed
unused variable for now
1 parent 423b746 commit 8fc107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_report_pytest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_run_pytest_report():
104104
)
105105

106106
# Generate HTML report
107-
html_content: str = get_report_html(
107+
_html_content: str = get_report_html(
108108
coverage_metric=cm,
109109
timestamp=aa,
110110
run_id=bb,

0 commit comments

Comments
 (0)