diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 829f654c06..2cfb37d3e3 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -948,4 +948,4 @@ class BomItem(models.Model): if pmin == pmax: return str(pmin) - return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax) \ No newline at end of file + return "{pmin} to {pmax}".format(pmin=pmin, pmax=pmax)