mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
PEP fixes
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user