summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-05 08:08:34 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-05 08:08:34 -0600
commitcbf8e8aa125d25aa0d4b3a65ef9915acca4a4e81 (patch)
treeab6e564136938b8aff43cabf574ed44c5ffe57f1 /tests
parent8209906a0e71bba5c31cdf9bfa7f5bfbfd4dc7ec (diff)
Fixed a flake8 error
Diffstat (limited to 'tests')
-rw-r--r--tests/migrations/test_operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py
index 2dea14b445..93f0842bcd 100644
--- a/tests/migrations/test_operations.py
+++ b/tests/migrations/test_operations.py
@@ -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)