mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -191,8 +191,7 @@ class GenericAdminViewTest(TestDataMixin, TestCase):
|
|||
|
||||
def test_generic_inline_formset_factory(self):
|
||||
# Regression test for #10522.
|
||||
inline_formset = generic_inlineformset_factory(Media,
|
||||
exclude=('url',))
|
||||
inline_formset = generic_inlineformset_factory(Media, exclude=('url',))
|
||||
|
||||
# Regression test for #12340.
|
||||
e = Episode.objects.get(name='This Week in Django')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue