From d17a4cb0378b89f2e3e949e708577bd353cd4363 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 15 Jun 2014 20:45:15 -0400 Subject: Fixed several flake8 errors --- tests/migrations/test_operations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) -- cgit v1.3