Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
remove removed business email mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-greening committed Dec 26, 2020
1 parent 657a658 commit cb8fac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instascrape/core/_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class _ProfileMapping(_GeneralMapping):
"show_follow_dialog": deque(["show_follow_dialog"]),
"biography": deque(["biography"]),
"blocked_by_viewer": deque(["blocked_by_viewer"]),
"business_email": deque(["business_email"]),
"restricted_by_viewer": deque(["restricted_by_viewer"]),
"country_block": deque(["country_block"]),
"external_url": deque(["external_url"]),
Expand Down

0 comments on commit cb8fac6

Please sign in to comment.