2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-22 12:46:30 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-05-01 08:19:57 +10:00
parent 436d158cfe
commit 7dd960a299
2 changed files with 3 additions and 5 deletions
InvenTree/build

@@ -73,7 +73,6 @@ class Build(models.Model):
build_item.save()
def __str__(self):
return "Build {q} x {part}".format(q=self.quantity, part=str(self.part))
@@ -129,7 +128,6 @@ class Build(models.Model):
"""
print("cancelled!")
def completeBuild(self):
""" Mark the Build as COMPLETE