mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
PEP fixes for /company
This commit is contained in:
@ -78,4 +78,4 @@ class Contact(models.Model):
|
||||
role = models.CharField(max_length=100, blank=True)
|
||||
|
||||
company = models.ForeignKey(Company, related_name='contacts',
|
||||
on_delete = models.CASCADE)
|
||||
on_delete=models.CASCADE)
|
||||
|
Reference in New Issue
Block a user