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

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-28 01:09:48 +10:00
parent aa04941bf1
commit d55ea1a982
14 changed files with 15 additions and 17 deletions

View File

@@ -2,4 +2,4 @@
The Build module is responsible for managing "Build" transactions.
A Build consumes parts from stock to create new parts
"""
"""

View File

@@ -55,7 +55,6 @@ class Build(models.Model):
batch = models.CharField(max_length=100, blank=True, null=True,
help_text='Batch code for this build output')
#: Date the build model was 'created'
creation_date = models.DateField(auto_now=True, editable=False)