Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodev committed Aug 29, 2017
1 parent e0c4ffe commit 3fba4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_auth/serializers.py
Expand Up @@ -6,7 +6,7 @@
from django.utils.translation import ugettext_lazy as _
from django.utils.encoding import force_text

from rest_framework import serializers, exceptions
from rest_framework import serializers
from rest_framework.exceptions import ValidationError

from .models import TokenModel
Expand Down

0 comments on commit 3fba4b5

Please sign in to comment.