summaryrefslogtreecommitdiff
path: root/tests/serializers/test_data.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-01 13:26:37 -0400
committerTim Graham <timograham@gmail.com>2017-06-01 13:30:08 -0400
commit3cd9a4b1ea47614693619f56b4ee0d37244132a5 (patch)
tree39220842a633f5272bab6838e36abaa9834a1ba4 /tests/serializers/test_data.py
parent2134090e798bbc2d11c57c11f7e1c05dbcf1e39f (diff)
[1.11.x] Sorted imports per isort 4.2.9.
Backport of cde31daf8815e05b4b86b857b49fb0e31e1f0a38 from master
Diffstat (limited to 'tests/serializers/test_data.py')
-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 f9cb9582fe..cc42f2869a 100644
--- a/tests/serializers/test_data.py
+++ b/tests/serializers/test_data.py
@@ -32,7 +32,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