Fix the import sorting

This commit is contained in:
Pierre Dulac 2015-10-16 16:24:42 +02:00
parent f172f0d43f
commit 597b947c79

View File

@ -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', [