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/model_validation/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/model_validation') diff --git a/tests/model_validation/tests.py b/tests/model_validation/tests.py index 50ccfd2de6..677e21b37a 100644 --- a/tests/model_validation/tests.py +++ b/tests/model_validation/tests.py @@ -1,9 +1,9 @@ from django.core import management -from django.core.checks import run_checks, Error +from django.core.checks import Error, run_checks from django.db.models.signals import post_init from django.test import TestCase -from django.utils import six from django.test.utils import override_settings +from django.utils import six class OnPostInit(object): -- cgit v1.3