mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26176 -- Fixed E123 flake8 warnings.
This commit is contained in:
parent
275314512d
commit
406675b1a0
16 changed files with 536 additions and 548 deletions
|
@ -625,7 +625,7 @@ class WriterTests(SimpleTestCase):
|
|||
migrations.AlterModelOptions(
|
||||
name='model',
|
||||
options={'verbose_name': 'model', 'verbose_name_plural': 'models'},
|
||||
),
|
||||
),
|
||||
]
|
||||
})
|
||||
writer = MigrationWriter(migration)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue