mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
PEP fix
This commit is contained in:
@ -80,7 +80,7 @@ class Company(models.Model):
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
ordering = ['name',]
|
||||
ordering = ['name', ]
|
||||
|
||||
name = models.CharField(max_length=100, blank=False, unique=True,
|
||||
help_text=_('Company name'),
|
||||
|
Reference in New Issue
Block a user