Reformat code
This commit is contained in:
parent
b23082e79a
commit
8522e32ee6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue