diff --git a/prediction_prophet/benchmark/agents.py b/prediction_prophet/benchmark/agents.py index eec0240a..0318f42b 100644 --- a/prediction_prophet/benchmark/agents.py +++ b/prediction_prophet/benchmark/agents.py @@ -26,7 +26,6 @@ from prediction_prophet.autonolas.research import Prediction as LLMCompletionPredictionDict from prediction_market_agent_tooling.tools.langfuse_ import observe from prediction_market_agent_tooling.tools.is_predictable import is_predictable_binary -from prediction_market_agent_tooling.tools.tavily.tavily_storage import TavilyStorage if t.TYPE_CHECKING: from loguru import Logger