summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-02-02 14:44:07 -0500
committerTim Graham <timograham@gmail.com>2018-02-02 14:44:07 -0500
commitd0a42a14c06e033922f6d51e6384cba53be887b6 (patch)
tree1254746fd276b98103990ad99b056e363cf51e41 /tests/contenttypes_tests
parent6a039800db7ce4aa4c1afecd26791c43ddde8920 (diff)
Fixed imports per isort 4.3.1.
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
Diffstat (limited to 'tests/contenttypes_tests')
-rw-r--r--tests/contenttypes_tests/test_views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/contenttypes_tests/test_views.py b/tests/contenttypes_tests/test_views.py
index 93ef40b4c2..cdfa1e0961 100644
--- a/tests/contenttypes_tests/test_views.py
+++ b/tests/contenttypes_tests/test_views.py
@@ -8,7 +8,8 @@ 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,
)