mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a flake8 error
This commit is contained in:
parent
8209906a0e
commit
cbf8e8aa12
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class OperationTests(MigrationTestBase):
|
|||
"Pony",
|
||||
"height",
|
||||
models.FloatField(null=True, default=4),
|
||||
preserve_default = False,
|
||||
preserve_default=False,
|
||||
)
|
||||
new_state = project_state.clone()
|
||||
operation.state_forwards("test_adflpd", new_state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue