Skip to content

Commit c1c6565

Browse files
committed
Ruff
1 parent 57f657e commit c1c6565

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/e2e/metrics_migration/test_answer_accuracy_migration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_modern_llm(self):
9191
"""Create a modern instructor LLM for v2 implementation."""
9292
try:
9393
import openai
94+
9495
from ragas.llms.base import llm_factory
9596

9697
client = openai.AsyncOpenAI()

tests/e2e/metrics_migration/test_context_relevance_migration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def nvidia_modern_llm():
2929
"""Create modern LLM with NVIDIA temperature (0.1) for ContextRelevance."""
3030
try:
3131
import openai
32+
3233
from ragas.llms.base import llm_factory
3334

3435
client = openai.AsyncOpenAI()
@@ -97,6 +98,7 @@ def test_modern_llm(self):
9798
"""Create a modern instructor LLM for v2 implementation."""
9899
try:
99100
import openai
101+
100102
from ragas.llms.base import llm_factory
101103

102104
client = openai.AsyncOpenAI()

0 commit comments

Comments
 (0)