Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Oct 23, 2024
1 parent 248a12e commit b007580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/deploy/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def process_market(
answer = None
else:
answer = self.answer_binary_market(market)

processed_market = (
ProcessedMarket(answer=answer) if answer is not None else None
)
Expand Down

0 comments on commit b007580

Please sign in to comment.