Fixed flake8 warning.

This commit is contained in:
Tim Graham 2014-10-08 18:02:47 -04:00
parent 88b6cf4ae4
commit 30b44cea38
1 changed files with 0 additions and 1 deletions

View File

@ -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