Skip to content

Commit d7e984d

Browse files
committed
fix: remove em dash from module docstring
1 parent c08c345 commit d7e984d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/agentevals/openai_eval_backend.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""OpenAI Evals API backend — delegates grading to the OpenAI Evals API.
2-
3-
Builds testing criteria from the evaluator config, submits invocation pairs
4-
as JSONL items, polls for completion, and maps per-item results back to a
5-
MetricResult.
6-
"""
1+
"""OpenAI Evals API backend."""
72

83
from __future__ import annotations
94

0 commit comments

Comments
 (0)