Skip to content

Commit

Permalink
move python import
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Oct 30, 2024
1 parent 21c93e1 commit eb97d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_prophet/benchmark/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from prediction_prophet.autonolas.research import EmbeddingModel
from prediction_prophet.autonolas.research import make_prediction, get_urls_from_queries
from prediction_prophet.autonolas.research import research as research_autonolas
from prediction_market_agent_tooling.tools.is_predictable import is_predictable_binary
from prediction_prophet.functions.rephrase_question import rephrase_question
from prediction_prophet.functions.research import Research, research as prophet_research
from prediction_prophet.functions.search import search
Expand All @@ -26,6 +25,7 @@
from pydantic.types import SecretStr
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

if t.TYPE_CHECKING:
from loguru import Logger
Expand Down

0 comments on commit eb97d81

Please sign in to comment.