Skip to content

Commit

Permalink
Merge pull request #28 from kota-yata/feature/7-add-summary-prop-to-n…
Browse files Browse the repository at this point in the history
…ote-class

feat(models): add summary property to the Note class
  • Loading branch information
yu23ki14 authored Nov 1, 2023
2 parents 70420bf + ce6578b commit 356e085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions birdxplorer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,3 +476,4 @@ class Note(BaseModel):
created_at_millis: TwitterTimestamp
tweet_id: str = Field(pattern=r"^[0-9]{9,19}$")
believable: NotesBelievable
summary: str

0 comments on commit 356e085

Please sign in to comment.