summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-02-01 09:29:46 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-02-01 09:29:46 +0100
commit9bcf73d788866bc93f8248cb2e9d601ecbc4b50c (patch)
tree56827a74dcd260db777e0307d2999d9531524e4e /tests/contenttypes_tests
parent9cd313fc2e1282c9e40df62c89825eb7796988b2 (diff)
Fixed imports per isort 4.3.0.
Diffstat (limited to 'tests/contenttypes_tests')
-rw-r--r--tests/contenttypes_tests/test_views.py3
1 files changed, 1 insertions, 2 deletions
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,
)