mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +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 rest_framework import (
|
||||
RemovedInDRF315Warning, filters, generics, pagination, permissions,
|
||||
RemovedInDRF317Warning, filters, generics, pagination, permissions,
|
||||
serializers
|
||||
)
|
||||
from rest_framework.compat import coreapi, coreschema
|
||||
|
|
Loading…
Reference in New Issue
Block a user