diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-15 20:45:15 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-15 20:45:15 -0400 |
| commit | d17a4cb0378b89f2e3e949e708577bd353cd4363 (patch) | |
| tree | d5451e0fe05dacb8aaae8a4232cd96435ed31045 /tests | |
| parent | d7576bb27ad2825814ed9909271d3f64cb0e2bc4 (diff) | |
Fixed several flake8 errors
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/migrations/test_operations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py index 9f5cad0391..886d35e822 100644 --- a/tests/migrations/test_operations.py +++ b/tests/migrations/test_operations.py @@ -237,8 +237,8 @@ class OperationTests(MigrationTestBase): operation = migrations.CreateModel( "ProxyPony", [], - options = {"proxy": True}, - bases = ("test_crprmo.Pony", ), + options={"proxy": True}, + bases=("test_crprmo.Pony", ), ) new_state = project_state.clone() operation.state_forwards("test_crprmo", new_state) |
