From 778ce245dd466bce1b19f89e52cf9ed8f1b46513 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 30 Mar 2014 12:11:05 -0700 Subject: Corrected many style guide violations that the newest version of flake8 catches --- tests/forms_tests/tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/forms_tests') diff --git a/tests/forms_tests/tests/test_fields.py b/tests/forms_tests/tests/test_fields.py index b06b34f26c..e6bb39a42a 100644 --- a/tests/forms_tests/tests/test_fields.py +++ b/tests/forms_tests/tests/test_fields.py @@ -1158,7 +1158,7 @@ class FieldsTests(SimpleTestCase): "'Select a valid choice. 3 is not one of the available choices.'", f.clean, ['3']) - # ComboField ################################################################## + # ComboField ################################################################## def test_combofield_1(self): f = ComboField(fields=[CharField(max_length=20), EmailField()]) -- cgit v1.3