rename fn

This commit is contained in:
hjc-puro 2025-07-11 04:04:55 +00:00
parent 352e1b8f88
commit 72210cf4ad
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
from typing import Dict
def format_evaluation_table(
def display_metrics_table(
task_name: str, metrics: Dict, start_time: float, end_time: float
) -> None:
"""