summaryrefslogtreecommitdiff
path: root/tests/generic_relations
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-08 18:02:47 -0400
committerTim Graham <timograham@gmail.com>2014-10-08 18:10:50 -0400
commit30b44cea38cdbc19c7a2ffed395667c98610678c (patch)
tree12b09a8dcfb2c3a7a0154935d2fef8f9361635ae /tests/generic_relations
parent88b6cf4ae41a983bda735a5f61f69f6b1482e2ca (diff)
downloaddjango-30b44cea38cdbc19c7a2ffed395667c98610678c.tar.gz
Fixed flake8 warning.
Diffstat (limited to 'tests/generic_relations')
-rw-r--r--tests/generic_relations/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/generic_relations/tests.py b/tests/generic_relations/tests.py
index 626adbbc8f..e7f7b02f5b 100644
--- a/tests/generic_relations/tests.py
+++ b/tests/generic_relations/tests.py
@@ -82,7 +82,6 @@ class GenericRelationsTests(TestCase):
# shouldn't had changed the tag
self.assertEqual(tag.tag, 'stinky')
-
def test_generic_relations_m2m_mimic(self):
"""
Objects with declared GenericRelations can be tagged directly -- the