2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Fixed PEP issues

This commit is contained in:
Oliver Walters
2017-03-29 15:12:14 +11:00
parent 11b790c3ec
commit 4dc0179484
2 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,8 @@ class Part(models.Model):
projects.append(pp.project)
return projects
class PartParameterTemplate(models.Model):
""" A PartParameterTemplate pre-defines a parameter field,
ready to be copied for use with a given Part.