Import sorting

This commit is contained in:
Tom Christie 2015-09-17 16:40:47 +01:00
parent 343fd5ec3d
commit b8ebe29844
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,7 @@ from django.utils import six
from rest_framework import status
from rest_framework.authentication import SessionAuthentication
from rest_framework.parsers import (
BaseParser, FormParser, MultiPartParser
)
from rest_framework.parsers import BaseParser, FormParser, MultiPartParser
from rest_framework.request import Request
from rest_framework.response import Response
from rest_framework.test import APIClient, APIRequestFactory