mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
PEP fix
This commit is contained in:
@ -1112,7 +1112,7 @@ class StockItemTestResult(models.Model):
|
|||||||
|
|
||||||
super().clean()
|
super().clean()
|
||||||
|
|
||||||
# If this test result corresponds to a template, check the requirements of the template
|
# If this test result corresponds to a template, check the requirements of the template
|
||||||
key = helpers.generateTestKey(self.test)
|
key = helpers.generateTestKey(self.test)
|
||||||
|
|
||||||
templates = self.stock_item.part.getTestTemplates()
|
templates = self.stock_item.part.getTestTemplates()
|
||||||
|
Reference in New Issue
Block a user