From 30b44cea38cdbc19c7a2ffed395667c98610678c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 8 Oct 2014 18:02:47 -0400 Subject: [PATCH] Fixed flake8 warning. --- tests/generic_relations/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/generic_relations/tests.py b/tests/generic_relations/tests.py index 626adbbc8f1..e7f7b02f5b2 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