From 8522e32ee66ec60b72ecf02fb2e6dbc18756026c Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 11 Oct 2023 16:15:15 +0200 Subject: [PATCH] Reformat code --- ljg/core/auth.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ljg/core/auth.py b/ljg/core/auth.py index 6c5873e..9614739 100644 --- a/ljg/core/auth.py +++ b/ljg/core/auth.py @@ -1,8 +1,9 @@ from django.conf import settings from django.contrib.auth.models import Permission from django.db import transaction -from mozilla_django_oidc.auth import \ - OIDCAuthenticationBackend as BaseOIDCAuthenticationBackend +from mozilla_django_oidc.auth import ( + OIDCAuthenticationBackend as BaseOIDCAuthenticationBackend, +) from .models import OIDCUser