2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-06-05 00:21:19 +10:00
parent c82d5482aa
commit e199ed2281
6 changed files with 15 additions and 20 deletions

View File

@ -150,7 +150,6 @@ class Company(models.Model):
])
class Contact(models.Model):
""" A Contact represents a person who works at a particular company.
A Company may have zero or more associated Contact objects.