summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-30 12:11:05 -0700
committerTim Graham <timograham@gmail.com>2014-04-21 07:50:43 -0400
commit50dddbdfc7489847d55465ad352fc3278b2a9a08 (patch)
treec7f235ed0e6b14ee6f9ee71c2802d42b1f15f77c /tests/forms_tests
parent0dad0ca55ec6081d3e92ac8340ed9f8d5c65a606 (diff)
[1.7.x] Corrected many style guide violations that the newest version of flake8 catches
Backport of 778ce245dd466bce1b19f89e52cf9ed8f1b46513 from master
Diffstat (limited to 'tests/forms_tests')
-rw-r--r--tests/forms_tests/tests/test_fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms_tests/tests/test_fields.py b/tests/forms_tests/tests/test_fields.py
index 454a8349d7..e57a4b5fd9 100644
--- a/tests/forms_tests/tests/test_fields.py
+++ b/tests/forms_tests/tests/test_fields.py
@@ -1161,7 +1161,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()])