Fixed #21268 -- Fixed E303 pep8 warnings

This commit is contained in:
Alasdair Nicol
2013-10-18 00:58:02 +01:00
parent b5ac50e1e2
commit af397c4cfc
2 changed files with 0 additions and 2 deletions

View File

@@ -101,7 +101,6 @@ class FormPreview(object):
"Context for template rendering."
return {'form': form, 'stage_field': self.unused_name('stage'), 'state': self.state}
def parse_params(self, *args, **kwargs):
"""
Given captured args and kwargs from the URLconf, saves something in

View File

@@ -139,7 +139,6 @@ class PreviewTests(TestCase):
response = self.client.post('/preview/', self.test_data)
self.assertEqual(response.content, success_string_encoded)
def test_form_submit_bad_hash(self):
"""
Test contrib.formtools.preview form submittal does not proceed