mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
organise imports
This commit is contained in:
parent
8b57e84086
commit
df300d36c4
|
@ -1,9 +1,8 @@
|
|||
from django.contrib.auth import authenticate
|
||||
from django.contrib.auth import authenticate, get_user_model
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from rest_framework import serializers
|
||||
from rest_framework.fields import empty
|
||||
from django.contrib.auth import get_user_model
|
||||
|
||||
|
||||
class AuthTokenSerializer(serializers.Serializer):
|
||||
|
|
Loading…
Reference in New Issue
Block a user