fix(e2e_test): remove dead code and fix type annotations (#16661)

This commit is contained in:
Simo Lin
2026-01-07 06:35:15 -08:00
committed by GitHub
parent e432057381
commit 8729ad5e6c
3 changed files with 8 additions and 46 deletions
@@ -442,7 +442,7 @@ def make_report(eval_result: EvalResult) -> str:
)
def make_report_from_example_htmls(htmls: List[str]):
def make_report_from_example_htmls(htmls: list[str]):
"""
Create a standalone HTML report from a list of example htmls
"""