mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
parent
65d1d65d52
commit
bab9123daa
53 changed files with 2 additions and 87 deletions
|
@ -151,7 +151,6 @@ class GenericRelationsTests(TestCase):
|
|||
"<Animal: Platypus>"
|
||||
])
|
||||
|
||||
|
||||
def test_multiple_gfk(self):
|
||||
# Simple tests for multiple GenericForeignKeys
|
||||
# only uses one model, since the above tests should be sufficient.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue