mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
436d158cfe
commit
7dd960a299
@ -73,7 +73,6 @@ class Build(models.Model):
|
|||||||
|
|
||||||
build_item.save()
|
build_item.save()
|
||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return "Build {q} x {part}".format(q=self.quantity, part=str(self.part))
|
return "Build {q} x {part}".format(q=self.quantity, part=str(self.part))
|
||||||
|
|
||||||
@ -129,7 +128,6 @@ class Build(models.Model):
|
|||||||
"""
|
"""
|
||||||
print("cancelled!")
|
print("cancelled!")
|
||||||
|
|
||||||
|
|
||||||
def completeBuild(self):
|
def completeBuild(self):
|
||||||
""" Mark the Build as COMPLETE
|
""" Mark the Build as COMPLETE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user