Skip to content

Commit

Permalink
Remove redundant DRF Token import
Browse files Browse the repository at this point in the history
  • Loading branch information
pszpetkowski committed Jul 7, 2017
1 parent e96373e commit 1ffeb41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djoser/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from django.utils.module_loading import import_string

from rest_framework import exceptions, serializers
from rest_framework.authtoken.models import Token

from djoser import constants, utils
from djoser.compat import get_user_email, validate_password
Expand Down

0 comments on commit 1ffeb41

Please sign in to comment.