PEP fixes

This commit is contained in:
Oliver Walters 2020-06-04 19:51:43 +10:00
parent 80019a3ed8
commit ca1526405b
2 changed files with 0 additions and 2 deletions

View File

@ -494,7 +494,6 @@ class StockItem(MPTTModel):
# Return the reference to the stock item
return item
# If stock item is incoming, an (optional) ETA field
# expected_arrival = models.DateField(null=True, blank=True)

View File

@ -260,7 +260,6 @@ class StockItemAssignToCustomer(AjaxUpdateView):
return self.renderJsonResponse(request, self.get_form(), data)
class StockItemDeleteTestData(AjaxUpdateView):
"""
View for deleting all test data