Skip to content

Commit

Permalink
chore(pinterest): black
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 28, 2022
1 parent f0dc74d commit fc3163e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions allauth/socialaccount/providers/pinterest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ class PinterestOAuth2Adapter(OAuth2Adapter):
settings = app_settings.PROVIDERS.get(provider_id, {})

provider_base_url = settings.get("PINTEREST_URL", provider_default_url)
provider_api_version = settings.get(
"API_VERSION", provider_default_api_version
)
provider_api_version = settings.get("API_VERSION", provider_default_api_version)

authorize_url = "https://www.pinterest.com/oauth/"
access_token_url = "https://{0}/{1}/oauth/token".format(
Expand Down

0 comments on commit fc3163e

Please sign in to comment.