mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Fixed flake8 warning.
This commit is contained in:
parent
88b6cf4ae4
commit
30b44cea38
@ -82,7 +82,6 @@ class GenericRelationsTests(TestCase):
|
|||||||
# shouldn't had changed the tag
|
# shouldn't had changed the tag
|
||||||
self.assertEqual(tag.tag, 'stinky')
|
self.assertEqual(tag.tag, 'stinky')
|
||||||
|
|
||||||
|
|
||||||
def test_generic_relations_m2m_mimic(self):
|
def test_generic_relations_m2m_mimic(self):
|
||||||
"""
|
"""
|
||||||
Objects with declared GenericRelations can be tagged directly -- the
|
Objects with declared GenericRelations can be tagged directly -- the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user