From 8bcff10b5aaca6aa9698939f7049d4db0461710c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 21 Sep 2015 22:55:18 +0200 Subject: [PATCH] Fix import sorting problem. --- tests/schema/fields.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/schema/fields.py b/tests/schema/fields.py index 30357b1061..5f2b6ba19c 100644 --- a/tests/schema/fields.py +++ b/tests/schema/fields.py @@ -1,8 +1,7 @@ from django.db import models from django.db.models.fields.related import ( - RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor, - ManyToManyField, ManyToManyRel, RelatedField, - create_many_to_many_intermediary_model, + RECURSIVE_RELATIONSHIP_CONSTANT, ManyToManyDescriptor, ManyToManyField, + ManyToManyRel, RelatedField, create_many_to_many_intermediary_model, ) from django.utils.functional import curry