mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 12:12:19 +03:00
fix imports sorting for list serializer tests
This commit is contained in:
parent
4bbc689ec5
commit
516ba527dd
|
@ -11,6 +11,7 @@ from django.db import models
|
|||
|
||||
from rest_framework import exceptions, fields, relations, serializers
|
||||
from rest_framework.fields import Field
|
||||
|
||||
from .models import (
|
||||
ForeignKeyTarget, NestedForeignKeySource, NullableForeignKeySource
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user