Commit b8ebe298 by Tom Christie

Import sorting

parent 343fd5ec
...@@ -14,9 +14,7 @@ from django.utils import six ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment