Skip to content

Commit b3e9261

Browse files
committed
style: black reformat
1 parent 30c6a14 commit b3e9261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmms_eval/tasks/vsibench/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def vsibench_process_results(doc, results):
138138
}
139139

140140

141-
def _compute_all_subscores(results: list[dict]) -> dict:
141+
def _compute_all_subscores(results) -> dict:
142142
"""Compute all sub-category scores from raw results. Shared logic for all aggregation functions."""
143143
df = pd.DataFrame(results)
144144
output = {}

0 commit comments

Comments
 (0)