Commit 1714ceae by Susan Dreher

reorganize imports

parent 8c3f82fb
import pytest from .utils import mock_reverse, fail_reverse, BadType, MockObject, MockQueryset
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from django.utils.datastructures import MultiValueDict from django.utils.datastructures import MultiValueDict
from rest_framework import serializers from rest_framework import serializers
from rest_framework.fields import empty from rest_framework.fields import empty
from rest_framework.test import APISimpleTestCase
from .utils import mock_reverse, fail_reverse, BadType, MockObject, MockQueryset from rest_framework.test import APISimpleTestCase
import pytest
class TestStringRelatedField(APISimpleTestCase): class TestStringRelatedField(APISimpleTestCase):
......
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