mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 04:20:12 +03:00
undo style changes
This commit is contained in:
parent
0dc31b23d8
commit
bff36715ff
|
@ -4,7 +4,6 @@ from __future__ import unicode_literals
|
|||
import re
|
||||
from collections import MutableMapping, OrderedDict
|
||||
|
||||
import coreapi
|
||||
import pytest
|
||||
from django.conf.urls import include, url
|
||||
from django.core.cache import cache
|
||||
|
@ -15,6 +14,7 @@ from django.utils import six
|
|||
from django.utils.safestring import SafeText
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
import coreapi
|
||||
from rest_framework import permissions, serializers, status
|
||||
from rest_framework.renderers import (
|
||||
AdminRenderer, BaseRenderer, BrowsableAPIRenderer, DocumentationRenderer,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import unittest
|
||||
|
||||
import pytest
|
||||
|
||||
from django.conf.urls import include, url
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from django.http import Http404
|
||||
|
@ -28,7 +27,6 @@ from rest_framework.viewsets import GenericViewSet, ModelViewSet
|
|||
|
||||
from .models import BasicModel
|
||||
|
||||
|
||||
factory = APIRequestFactory()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user