mirror of
https://github.com/django/django.git
synced 2025-07-31 00:54:37 +00:00
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
This commit is contained in:
parent
42a67ec1cd
commit
83b9bfea44
35 changed files with 152 additions and 145 deletions
|
@ -696,7 +696,7 @@ class UniqueTest(TestCase):
|
|||
|
||||
def test_explicitpk_unspecified(self):
|
||||
"""Test for primary_key being in the form and failing validation."""
|
||||
form = ExplicitPKForm({'key': '', 'desc': '' })
|
||||
form = ExplicitPKForm({'key': '', 'desc': ''})
|
||||
self.assertFalse(form.is_valid())
|
||||
|
||||
def test_explicitpk_unique(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue