summaryrefslogtreecommitdiff
path: root/tests/serializers
diff options
context:
space:
mode:
authorRamin Farajpour Cami <ramin.blackhat@gmail.com>2016-11-12 20:41:23 +0330
committerTim Graham <timograham@gmail.com>2016-11-14 12:30:46 -0500
commit967be82443b5640d61608a89897d8ce2bc44fa54 (patch)
tree9905e1156e27aa3d1226da3dde1223a5087b0d55 /tests/serializers
parent6072de727f0ffa7bf0aa67aadba5d4589561974d (diff)
Fixed E305 flake8 warnings.
Diffstat (limited to 'tests/serializers')
-rw-r--r--tests/serializers/test_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/serializers/test_data.py b/tests/serializers/test_data.py
index 4318856307..f9cb9582fe 100644
--- a/tests/serializers/test_data.py
+++ b/tests/serializers/test_data.py
@@ -182,6 +182,7 @@ def inherited_compare(testcase, pk, klass, data):
for key, value in data.items():
testcase.assertEqual(value, getattr(instance, key))
+
# Define some data types. Each data type is
# actually a pair of functions; one to create
# and one to compare objects of that type