diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-06-15 20:45:15 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-15 21:07:28 -0400 |
| commit | 39e2ad4532f08523ed42438520d2ea5162a65183 (patch) | |
| tree | 0516d6c8d6ae4adf607e8763d12634c6c336dc64 /tests | |
| parent | a81282a512e706011747ec4cd1a990bae167edc6 (diff) | |
[1.7.x] Fixed several flake8 errors
Backport of d17a4cb037 from master
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 d7798fb23b..1a27c69f82 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) |
