From dc651ba7749565d51ce2d80260d0e7766c53da1a Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Tue, 22 Oct 2013 11:21:07 +0100 Subject: [PATCH] Fixed #21298 -- Fixed E301 pep8 warnings --- formtools/tests/wizard/wizardtests/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/formtools/tests/wizard/wizardtests/tests.py b/formtools/tests/wizard/wizardtests/tests.py index fbdf7f8..22c5b2b 100644 --- a/formtools/tests/wizard/wizardtests/tests.py +++ b/formtools/tests/wizard/wizardtests/tests.py @@ -418,8 +418,10 @@ class WizardInlineFormSetTests(TestCase): def test_set_instance(self): # Regression test for #21259 poet = self.poet + class InlineFormSetWizard(CookieWizardView): instance = None + def get_form_instance(self, step): if self.instance is None: self.instance = poet