From bab9123daa5d05150951f74183906a76d2b0cf27 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 18 Oct 2013 00:58:02 +0100 Subject: Fixed #21268 -- Fixed E303 pep8 warnings --- tests/model_forms/tests.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/model_forms') diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index f6e9a886a2..46f3b95272 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -31,7 +31,6 @@ if test_images: model = ImageFile fields = '__all__' - class OptionalImageFileForm(forms.ModelForm): class Meta: model = OptionalImageFile @@ -62,7 +61,6 @@ class DerivedBookForm(forms.ModelForm): fields = '__all__' - class ExplicitPKForm(forms.ModelForm): class Meta: model = ExplicitPK @@ -609,8 +607,6 @@ class ValidationTest(TestCase): assert form.is_valid() - - # unique/unique_together validation class UniqueTest(TestCase): def setUp(self): -- cgit v1.3