mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-06 21:40:13 +03:00
Remove unneeded import
This commit is contained in:
parent
f9d46d60d0
commit
7a5c3153e4
|
@ -8,7 +8,7 @@ from tests.models import RESTFrameworkModel
|
|||
|
||||
|
||||
# Models
|
||||
from tests.test_multitable_inheritance import ChildModel, DerivedModelSerializer
|
||||
from tests.test_multitable_inheritance import ChildModel
|
||||
|
||||
|
||||
class ChildAssociatedModel(RESTFrameworkModel):
|
||||
|
|
Loading…
Reference in New Issue
Block a user