PEP fixes

This commit is contained in:
Oliver 2021-07-01 17:01:52 +10:00
parent 9bd71c1184
commit 8a29a3de0f

View File

@ -258,4 +258,4 @@ class ManufacturerPartViewTests(CompanyViewTestBase):
(response, errors) = self.post(url, data, valid=True)
# Check that the ManufacturerPart was created!
self.assertEqual(n + 1, ManufacturerPart.objects.all().count())
self.assertEqual(n + 1, ManufacturerPart.objects.all().count())