mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-06-21 05:13:05 +03:00
Remove KnoxTokenSerializer import
This commit is contained in:
parent
a8c6248134
commit
b9aadef031
|
@ -16,7 +16,6 @@ from allauth.account import app_settings as allauth_settings
|
||||||
|
|
||||||
from rest_auth.app_settings import (TokenSerializer,
|
from rest_auth.app_settings import (TokenSerializer,
|
||||||
JWTSerializer,
|
JWTSerializer,
|
||||||
KnoxTokenSerializer,
|
|
||||||
create_token)
|
create_token)
|
||||||
from rest_auth.models import TokenModel
|
from rest_auth.models import TokenModel
|
||||||
from rest_auth.registration.serializers import (SocialLoginSerializer,
|
from rest_auth.registration.serializers import (SocialLoginSerializer,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user