mirror of https://github.com/django/django.git
Fixed a flake8 error
This commit is contained in:
parent
8209906a0e
commit
cbf8e8aa12
|
@ -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…
Reference in New Issue