PEP
This commit is contained in:
parent
64a82389a2
commit
7ef448d205
|
|
@ -125,7 +125,6 @@ class Company(models.Model):
|
|||
return stock.objects.filter(supplier_part__supplier=self.id).count()
|
||||
|
||||
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue