summaryrefslogtreecommitdiff
path: root/tests/serializers
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/serializers
parent4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff)
downloaddjango-cde31daf8815e05b4b86b857b49fb0e31e1f0a38.tar.gz
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/serializers')
-rw-r--r--tests/serializers/test_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/serializers/test_data.py b/tests/serializers/test_data.py
index 966df682b2..c56223a1e8 100644
--- a/tests/serializers/test_data.py
+++ b/tests/serializers/test_data.py
@@ -29,7 +29,6 @@ from .models import (
)
from .tests import register_tests
-
# A set of functions that can be used to recreate
# test data objects of various kinds.
# The save method is a raw base model save, to make