mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Fix the import sorting
This commit is contained in:
parent
f172f0d43f
commit
597b947c79
|
@ -14,10 +14,8 @@ from django.db import models
|
|||
from django.utils import six
|
||||
|
||||
from rest_framework.compat import (
|
||||
get_all_related_objects,
|
||||
get_all_related_many_to_many_objects,
|
||||
get_relation_accessor_name,
|
||||
get_relation_field
|
||||
get_all_related_many_to_many_objects, get_all_related_objects,
|
||||
get_relation_accessor_name, get_relation_field
|
||||
)
|
||||
|
||||
FieldInfo = namedtuple('FieldResult', [
|
||||
|
|
Loading…
Reference in New Issue
Block a user