Skip to content

Commit

Permalink
fix: remove type in docstring (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWesch authored Nov 12, 2024
1 parent e7f35ea commit 956debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intelligence_layer/evaluation/benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_benchmark(
Args:
benchmark_id: Unique identifier for the benchmark to retrieve.
eval_logic: Evaluation logic to apply.
aggregation_logic (AggregationLogic[Evaluation, AggregatedEvaluation]): Aggregation logic to apply.
aggregation_logic: Aggregation logic to apply.
allow_diff: Retrieve the benchmark even though logics behaviour do not match.
Returns:
Expand Down

0 comments on commit 956debf

Please sign in to comment.