From 404d9a7779566c223523416a2b4cc1f54850aa5b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:33:18 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- social_core/backends/azuread.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/social_core/backends/azuread.py b/social_core/backends/azuread.py index 23ca0f0db..29db25b57 100644 --- a/social_core/backends/azuread.py +++ b/social_core/backends/azuread.py @@ -148,9 +148,9 @@ def get_auth_token(self, user_id): class AzureADOAuth2V2(AzureADOAuth2): - """ Version of the AzureADOAuth2 backend that uses the v2.0 API endpoints, + """Version of the AzureADOAuth2 backend that uses the v2.0 API endpoints, supporting users with personal Microsoft accounts, if the app settings - allow them. """ + allow them.""" name = "azuread-oauth2-v2" AUTHORIZATION_URL = "{base_url}/oauth2/v2.0/authorize"