mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
Fix erronous import
This commit is contained in:
parent
40dc588a37
commit
3cf7ed10d2
|
@ -1,6 +1,6 @@
|
|||
from django.test import TestCase
|
||||
from django.utils import six
|
||||
from rest_framework.utils.modelinfo import _resolve_model
|
||||
from rest_framework.utils.model_meta import _resolve_model
|
||||
from tests.models import BasicModel
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user