Skip to content

Commit

Permalink
Fixing InstagramLocationPost typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 18, 2024
1 parent dd56429 commit f1a679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/instagram/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class InstagramLocationPost(TabularRecord):
display_url: str

@classmethod
def from_payload(cls, payload) -> "InstagramHashtagPost":
def from_payload(cls, payload) -> "InstagramLocationPost":
text = getpath(payload, ["edge_media_to_caption", "edges", 0, "node", "text"])

hashtags = []
Expand Down

0 comments on commit f1a679d

Please sign in to comment.