Skip to content

Commit 43c8745

Browse files
author
Yue Deng
committed
lint code
1 parent d0713c5 commit 43c8745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/run-agent/llm_solution_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import dotenv
1616
from openai import AsyncOpenAI
1717
from openai import APIError, APIConnectionError, RateLimitError, APITimeoutError
18-
from tenacity import retry, stop_after_attempt, wait_exponential
18+
from tenacity import stop_after_attempt, wait_exponential
1919
from tenacity.asyncio import AsyncRetrying
2020

2121
from eval_utils import verify_answer_gaia

0 commit comments

Comments
 (0)