PEP8 cleanup

This commit is contained in:
jeremystretch
2022-08-01 09:16:58 -04:00
parent 728ad51624
commit 84f2225f42
5 changed files with 6 additions and 6 deletions

View File

@@ -992,7 +992,7 @@ class CustomFieldModelTest(TestCase):
with self.assertRaises(ValidationError):
site.clean()
del(site.cf['bar'])
del site.cf['bar']
site.clean()
def test_missing_required_field(self):