From a800036981c6fea8eb3dac22467965c71af05d29 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 18 Oct 2013 10:02:43 +0100 Subject: Fixed #21287 -- Fixed E123 pep8 warnings --- tests/model_fields/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/model_fields') diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py index 89ea77b7ae..62d23a587a 100644 --- a/tests/model_fields/models.py +++ b/tests/model_fields/models.py @@ -33,12 +33,12 @@ class Whiz(models.Model): ('Group 1', ( (1, 'First'), (2, 'Second'), - ) + ) ), ('Group 2', ( (3, 'Third'), (4, 'Fourth'), - ) + ) ), (0, 'Other'), ) -- cgit v1.3