Skip to content

Commit

Permalink
Fixed mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Nov 28, 2024
1 parent 4a09686 commit 37f3185
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prediction_market_agent/agents/prophet_agent/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ class DeployablePredictionProphetGPT4oAgentNewMarketTrader(

def load(self) -> None:
super().load()
self.relevant_news_response_cache = RelevantNewsResponseCache(
sqlalchemy_db_url=APIKeys().sqlalchemy_db_url.get_secret_value()
)
self.relevant_news_response_cache = RelevantNewsResponseCache()

def verify_market(self, market_type: MarketType, market: AgentMarket) -> bool:
if not super().verify_market(market_type, market):
Expand Down

0 comments on commit 37f3185

Please sign in to comment.