Skip to content

Commit 30b44ce

Browse files
committed
Fixed flake8 warning.
1 parent 88b6cf4 commit 30b44ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/generic_relations/tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_generic_get_or_create_when_exists(self):
8282
# shouldn't had changed the tag
8383
self.assertEqual(tag.tag, 'stinky')
8484

85-
8685
def test_generic_relations_m2m_mimic(self):
8786
"""
8887
Objects with declared GenericRelations can be tagged directly -- the

0 commit comments

Comments
 (0)