mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-19 23:33:43 +03:00
Import sorting
This commit is contained in:
parent
343fd5ec3d
commit
b8ebe29844
|
@ -14,9 +14,7 @@ from django.utils import six
|
||||||
|
|
||||||
from rest_framework import status
|
from rest_framework import status
|
||||||
from rest_framework.authentication import SessionAuthentication
|
from rest_framework.authentication import SessionAuthentication
|
||||||
from rest_framework.parsers import (
|
from rest_framework.parsers import BaseParser, FormParser, MultiPartParser
|
||||||
BaseParser, FormParser, MultiPartParser
|
|
||||||
)
|
|
||||||
from rest_framework.request import Request
|
from rest_framework.request import Request
|
||||||
from rest_framework.response import Response
|
from rest_framework.response import Response
|
||||||
from rest_framework.test import APIClient, APIRequestFactory
|
from rest_framework.test import APIClient, APIRequestFactory
|
||||||
|
|
Loading…
Reference in New Issue
Block a user