mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
Fix lint.
This commit is contained in:
parent
c432f1ff84
commit
d9f4bf8570
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user