Skip to content

Commit

Permalink
Merge pull request #174 from MerleLiuKun/format-code
Browse files Browse the repository at this point in the history
feat(user): 🎨 format code
  • Loading branch information
MerleLiuKun authored Oct 29, 2024
2 parents b8390fd + de1255d commit 189a163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytwitter/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ class User(BaseModel):
default=None, repr=False, compare=False
)
most_recent_tweet_id: Optional[str] = field(default=None, repr=False, compare=False)
affiliation: Optional[UserAffiliation] = field(default=None, repr=False, compare=False)
affiliation: Optional[UserAffiliation] = field(
default=None, repr=False, compare=False
)

0 comments on commit 189a163

Please sign in to comment.