Import line too long

This commit is contained in:
Soren Hansen 2015-11-18 08:41:08 +01:00
parent d9a4185920
commit 2f5dc0a899

View File

@ -14,7 +14,9 @@ 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 BaseParser, FormParser, JSONParser, MultiPartParser from rest_framework.parsers import (
BaseParser, FormParser, JSONParser, 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