reorganize imports

This commit is contained in:
Susan Dreher 2015-01-27 16:32:15 -05:00
parent 1714ceae9f
commit e7da266a86

View File

@ -1,11 +1,8 @@
from .utils import mock_reverse, fail_reverse, BadType, MockObject, MockQueryset
from django.core.exceptions import ImproperlyConfigured
from django.utils.datastructures import MultiValueDict
from rest_framework import serializers
from rest_framework.fields import empty
from rest_framework.test import APISimpleTestCase
import pytest