summaryrefslogtreecommitdiff
path: root/tests/foreign_object
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-01 13:23:48 -0400
committerGitHub <noreply@github.com>2017-06-01 13:23:48 -0400
commitcde31daf8815e05b4b86b857b49fb0e31e1f0a38 (patch)
treeed5c0c630b977034ef1a3e4e0a4cc8d33a519523 /tests/foreign_object
parent4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff)
downloaddjango-cde31daf8815e05b4b86b857b49fb0e31e1f0a38.tar.gz
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/foreign_object')
-rw-r--r--tests/foreign_object/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/foreign_object/tests.py b/tests/foreign_object/tests.py
index 3c1f5bdfb4..e74732ab72 100644
--- a/tests/foreign_object/tests.py
+++ b/tests/foreign_object/tests.py
@@ -13,7 +13,6 @@ from .models import (
Group, Membership, NewsArticle, Person,
)
-
# Note that these tests are testing internal implementation details.
# ForeignObject is not part of public API.