2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 20:11:37 +00:00

Merge pull request #11 from SchrodingersGat/master

Fixed PEP issues
This commit is contained in:
Oliver
2017-03-29 15:12:43 +11:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

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