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/validation/tests.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/validation/tests.py') diff --git a/tests/validation/tests.py b/tests/validation/tests.py index 2a7549a461..defd66edec 100644 --- a/tests/validation/tests.py +++ b/tests/validation/tests.py @@ -5,8 +5,10 @@ from django.core.exceptions import NON_FIELD_ERRORS from django.test import TestCase from . import ValidationTestCase -from .models import (Author, Article, ModelToValidate, - GenericIPAddressTestModel, GenericIPAddrUnpackUniqueTest) +from .models import ( + Article, Author, GenericIPAddressTestModel, GenericIPAddrUnpackUniqueTest, + ModelToValidate, +) class BaseModelValidationTests(ValidationTestCase): -- cgit v1.3