diff --git a/authentication/middleware.py b/authentication/middleware.py index 0f33496d59..f80562ddbc 100644 --- a/authentication/middleware.py +++ b/authentication/middleware.py @@ -1,6 +1,5 @@ """Authentication middleware""" - from django.shortcuts import redirect from social_core.exceptions import SocialAuthBaseException from social_django.middleware import SocialAuthExceptionMiddleware