Skip to content

Commit

Permalink
Update prediction_market_agent_tooling/markets/omen/data_models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Griffiths <[email protected]>
  • Loading branch information
kongzii and evangriffiths authored Oct 10, 2024
1 parent 2b732c0 commit 09d891c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Question(BaseModel):
currentAnswer: t.Optional[str] = None

@property
def questionId(self) -> HexBytes:
def question_id(self) -> HexBytes:
return self.id

@property
Expand Down

0 comments on commit 09d891c

Please sign in to comment.