From 6069d05e691bb665e59f2ee525945fb408589dd4 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Wed, 6 Nov 2024 09:59:19 +0100 Subject: [PATCH] Remove unused import --- prediction_prophet/benchmark/agents.py | 1 - 1 file changed, 1 deletion(-) 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