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/null_fk_ordering/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/null_fk_ordering') diff --git a/tests/null_fk_ordering/tests.py b/tests/null_fk_ordering/tests.py index 2fe48f0b19..7215118b94 100644 --- a/tests/null_fk_ordering/tests.py +++ b/tests/null_fk_ordering/tests.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals from django.test import TestCase -from .models import Author, Article, SystemInfo, Forum, Post, Comment +from .models import Article, Author, Comment, Forum, Post, SystemInfo class NullFkOrderingTests(TestCase): -- cgit v1.3