diff --git a/tests/test_schema_with_single_common_prefix.py b/tests/test_schema_with_single_common_prefix.py index 02c2a54b8..6d9e06255 100644 --- a/tests/test_schema_with_single_common_prefix.py +++ b/tests/test_schema_with_single_common_prefix.py @@ -1,15 +1,14 @@ import unittest from django.conf.urls import include, url - from django.test import TestCase, override_settings from rest_framework import serializers from rest_framework.compat import coreapi from rest_framework.decorators import action +from rest_framework.response import Response from rest_framework.routers import SimpleRouter from rest_framework.schemas import get_schema_view -from rest_framework.response import Response from rest_framework.test import APIClient, APIRequestFactory from rest_framework.viewsets import GenericViewSet