mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 14:24:48 +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 django.utils import six
|
||||||
|
|
||||||
from rest_framework.compat import (
|
from rest_framework.compat import (
|
||||||
get_all_related_objects,
|
get_all_related_many_to_many_objects, get_all_related_objects,
|
||||||
get_all_related_many_to_many_objects,
|
get_relation_accessor_name, get_relation_field
|
||||||
get_relation_accessor_name,
|
|
||||||
get_relation_field
|
|
||||||
)
|
)
|
||||||
|
|
||||||
FieldInfo = namedtuple('FieldResult', [
|
FieldInfo = namedtuple('FieldResult', [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user