2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-03 22:08:49 +00:00

Style fix

This commit is contained in:
Oliver Walters 2017-04-20 22:10:13 +10:00
parent 2c28ef6b3c
commit 41485e0e0f

View File

@ -119,7 +119,6 @@ class StockItem(models.Model):
self.quantity = q
self.save()
def __str__(self):
return "{n} x {part} @ {loc}".format(
n=self.quantity,