From e46b81d00cc54c5f33d1613e4fc3e9e6bc6aedb1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:14:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- social_core/backends/saml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_core/backends/saml.py b/social_core/backends/saml.py index 78ca90f7..57da2d44 100644 --- a/social_core/backends/saml.py +++ b/social_core/backends/saml.py @@ -12,8 +12,8 @@ from onelogin.saml2.auth import OneLogin_Saml2_Auth from onelogin.saml2.settings import OneLogin_Saml2_Settings -from .base import BaseAuth from ..exceptions import AuthFailed, AuthMissingParameter +from .base import BaseAuth # Helpful constants: OID_COMMON_NAME = "urn:oid:2.5.4.3"