Skip to content

Commit

Permalink
Update prediction_market_agent/data_models/market_data_models.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 Feb 8, 2024
1 parent 6e0194b commit cf3e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent/data_models/market_data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ManifoldMarket(BaseModel):
creatorUsername: str
isResolved: bool
lastBetTime: datetime
# lastCommentTime: datetime # Not always present
lastCommentTime:t.Optional[datetime]
lastUpdatedTime: datetime
mechanism: str
outcomeType: str
Expand Down

0 comments on commit cf3e250

Please sign in to comment.