Skip to content

Commit 8ecb9a4

Browse files
committed
fix: apply ruff format to test file
1 parent 0c84f1e commit 8ecb9a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_openai_eval_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test_missing_expected_falls_back_to_empty(self):
123123
assert items[0]["item"]["expected_response"] == ""
124124

125125

126-
127126
class TestEvaluateOpenAIEval:
128127
async def test_no_api_key_returns_error(self, monkeypatch):
129128
monkeypatch.delenv("OPENAI_API_KEY", raising=False)

0 commit comments

Comments
 (0)