mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 12:12:19 +03:00
Update tests/schemas/test_coreapi.py
This commit is contained in:
parent
bc6d5341cc
commit
5ec8d3ad03
|
@ -7,7 +7,7 @@ from django.test import TestCase, override_settings
|
||||||
from django.urls import include, path
|
from django.urls import include, path
|
||||||
|
|
||||||
from rest_framework import (
|
from rest_framework import (
|
||||||
RemovedInDRF315Warning, filters, generics, pagination, permissions,
|
RemovedInDRF317Warning, filters, generics, pagination, permissions,
|
||||||
serializers
|
serializers
|
||||||
)
|
)
|
||||||
from rest_framework.compat import coreapi, coreschema
|
from rest_framework.compat import coreapi, coreschema
|
||||||
|
|
Loading…
Reference in New Issue
Block a user