PEP fix
This commit is contained in:
parent
e9c904076f
commit
f05e05664b
|
|
@ -642,7 +642,7 @@ class SupplierPart(models.Model):
|
|||
return cost + self.base_cost
|
||||
|
||||
def __str__(self):
|
||||
s = "{supplier} ({sku})".format(
|
||||
s = "{supplier} ({sku})".format(
|
||||
sku=self.SKU,
|
||||
supplier=self.supplier.name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue