mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
@@ -156,7 +156,6 @@ class CreateViewTests(TestCase):
|
||||
['name', 'slug'])
|
||||
self.assertEqual(len(w), 0)
|
||||
|
||||
|
||||
def test_create_view_without_explicit_fields(self):
|
||||
|
||||
with warnings.catch_warnings(record=True) as w:
|
||||
|
||||
Reference in New Issue
Block a user