Added missing empty line

This commit is contained in:
2020-02-19 12:59:31 +01:00
parent 37b88f321e
commit 0d1141a0a3

View File

@ -111,6 +111,7 @@ class UsedIngredients(models.Model):
help_text=_('Please specify the used amount of the ingredient'))
unit = models.CharField(_('Unit for amount'), max_length=10, choices=MEASUREMENT_UNITS)
class Vendor(models.Model):
name = models.CharField(_('Vendor'), max_length=50)