mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Reorder imports to appease the linting gods
This commit is contained in:
parent
9720b4be0e
commit
ab56369e98
|
@ -16,9 +16,8 @@ from rest_framework import (
|
||||||
HTTP_HEADER_ENCODING, exceptions, permissions, renderers, status
|
HTTP_HEADER_ENCODING, exceptions, permissions, renderers, status
|
||||||
)
|
)
|
||||||
from rest_framework.authentication import (
|
from rest_framework.authentication import (
|
||||||
BaseAuthentication, BasicAuthentication, SessionAuthentication,
|
BaseAuthentication, BasicAuthentication, RemoteUserAuthentication, SessionAuthentication,
|
||||||
TokenAuthentication,
|
TokenAuthentication)
|
||||||
RemoteUserAuthentication)
|
|
||||||
from rest_framework.authtoken.models import Token
|
from rest_framework.authtoken.models import Token
|
||||||
from rest_framework.authtoken.views import obtain_auth_token
|
from rest_framework.authtoken.views import obtain_auth_token
|
||||||
from rest_framework.compat import is_authenticated
|
from rest_framework.compat import is_authenticated
|
||||||
|
|
Loading…
Reference in New Issue
Block a user