From 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 1 Feb 2018 09:29:46 +0100 Subject: Fixed imports per isort 4.3.0. --- tests/contenttypes_tests/test_views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/contenttypes_tests') diff --git a/tests/contenttypes_tests/test_views.py b/tests/contenttypes_tests/test_views.py index cdfa1e0961..93ef40b4c2 100644 --- a/tests/contenttypes_tests/test_views.py +++ b/tests/contenttypes_tests/test_views.py @@ -8,8 +8,7 @@ from django.test import TestCase, override_settings from django.test.utils import isolate_apps from .models import ( - Article, Author, ModelWithNullFKToSite, SchemeIncludedURL, - Site as MockSite, + Article, Author, ModelWithNullFKToSite, SchemeIncludedURL, Site as MockSite, ) -- cgit v1.3