From 0ed7d155635da9f79d4dd67e4889087d3673c6da Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 28 Jan 2015 07:35:27 -0500 Subject: Sorted imports with isort; refs #23860. --- tests/defer/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/defer') diff --git a/tests/defer/tests.py b/tests/defer/tests.py index 8471976173..81f00df12b 100644 --- a/tests/defer/tests.py +++ b/tests/defer/tests.py @@ -3,7 +3,9 @@ from __future__ import unicode_literals from django.db.models.query_utils import DeferredAttribute, InvalidQuery from django.test import TestCase -from .models import Secondary, Primary, Child, BigChild, ChildProxy, RefreshPrimaryProxy +from .models import ( + BigChild, Child, ChildProxy, Primary, RefreshPrimaryProxy, Secondary, +) class AssertionMixin(object): -- cgit v1.3