pep 8 fix, blank lines

This commit is contained in:
Chris Rogers 2016-06-06 22:50:37 +01:00 committed by Matt Westcott
parent 6bd2b9e65f
commit c347036692

View file

@ -423,6 +423,7 @@ class TestFieldPanel(TestCase):
self.assertIn('<p class="error-message">', result)
self.assertIn('<span>Enter a valid date.</span>', result)
class TestFieldRowPanel(TestCase):
def setUp(self):
self.EventPageForm = get_form_for_model(
@ -528,6 +529,7 @@ class TestFieldRowPanel(TestCase):
self.assertIn('<li class="field-col col4', result)
class TestPageChooserPanel(TestCase):
fixtures = ['test.json']