Skip to content

Commit

Permalink
Update prediction_market_agent/agents/known_outcome_agent/deploy.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Jung <[email protected]>
  • Loading branch information
evangriffiths and kongzii authored Apr 3, 2024
1 parent 7796871 commit a3cf43b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def pick_markets(self, markets: list[AgentMarket]) -> list[AgentMarket]:
print(
f"Skipping market {market.id=} {market.question=}, because it is already saturated."
)
continue
else:
picked_markets.append(market)

Expand Down

0 comments on commit a3cf43b

Please sign in to comment.