diff --git a/rest_auth/registration/views.py b/rest_auth/registration/views.py index e6c612e..a69ccb4 100644 --- a/rest_auth/registration/views.py +++ b/rest_auth/registration/views.py @@ -15,8 +15,7 @@ from allauth.account import app_settings as allauth_settings from rest_auth.app_settings import (TokenSerializer, JWTSerializer, create_token) -from rest_auth.registration.serializers import (SocialLoginSerializer, - VerifyEmailSerializer) +from rest_auth.registration.serializers import VerifyEmailSerializer from rest_auth.views import LoginView from rest_auth.models import TokenModel from .app_settings import (RegisterSerializer,