mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Fixed #21288 -- Fixed E126 pep8 warnings
This commit is contained in:
parent
a3690168cb
commit
b289fcf1bf
80 changed files with 646 additions and 634 deletions
|
@ -385,8 +385,8 @@ class ModelInheritanceTest(TestCase):
|
|||
# abstract models in the inheritance chain, for consistency with
|
||||
# verbose_name.
|
||||
self.assertEqual(
|
||||
InternalCertificationAudit._meta.verbose_name_plural,
|
||||
'Audits'
|
||||
InternalCertificationAudit._meta.verbose_name_plural,
|
||||
'Audits'
|
||||
)
|
||||
|
||||
def test_inherited_nullable_exclude(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue