From e89c1f3f0b287f5a70afe49bb6ca06df02c94af6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:48:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- social_core/backends/linkedin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/social_core/backends/linkedin.py b/social_core/backends/linkedin.py index c85e1439..07fbf0be 100644 --- a/social_core/backends/linkedin.py +++ b/social_core/backends/linkedin.py @@ -43,7 +43,6 @@ def validate_claims(self, id_token): # https://stackoverflow.com/questions/76889585/issues-with-sign-in-with-linkedin-using-openid-connect - class LinkedinOAuth2(BaseOAuth2): name = "linkedin-oauth2" AUTHORIZATION_URL = "https://www.linkedin.com/oauth/v2/authorization"