Skip to content

Commit

Permalink
Merge pull request #1686 from pmdyy/remove-story-from-usershort
Browse files Browse the repository at this point in the history
Remove `stories` attributes from `UserShort` class
  • Loading branch information
subzeroid authored Dec 16, 2023
2 parents 4c926c5 + 63c180f commit decd742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class UserShort(TypesBaseModel):
profile_pic_url_hd: Optional[HttpUrl] = None
is_private: Optional[bool] = None
# is_verified: bool # not found in hashtag_medias_v1
stories: List = []
# stories: List = [] # not found in fbsearch_suggested_profiles


class Usertag(TypesBaseModel):
Expand Down

0 comments on commit decd742

Please sign in to comment.