aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_relations.py
diff options
context:
space:
mode:
authorSusan Dreher2015-01-27 16:32:15 -0500
committerSusan Dreher2015-01-27 16:32:15 -0500
commite7da266a866adddd5c37453fab33812ee412752b (patch)
treec63ee898cb5594b834850b8f51e8fa79337a2f4e /tests/test_relations.py
parent1714ceae9f468bc1479f0d7a32b0bf26ae9cf15f (diff)
downloaddjango-rest-framework-e7da266a866adddd5c37453fab33812ee412752b.tar.bz2
reorganize imports
Diffstat (limited to 'tests/test_relations.py')
-rw-r--r--tests/test_relations.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_relations.py b/tests/test_relations.py
index 67f49c6b..d478d855 100644
--- a/tests/test_relations.py
+++ b/tests/test_relations.py
@@ -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