style(models): minor fix.
This commit is contained in:
		| @@ -12,7 +12,6 @@ class Customer(models.Model): | |||||||
|     def __str__(self): |     def __str__(self): | ||||||
|         return self.name |         return self.name | ||||||
|  |  | ||||||
|  |  | ||||||
| class MeasuringUnits(models.TextChoices): | class MeasuringUnits(models.TextChoices): | ||||||
|     UNIT = 'UNIT', _('Unit') |     UNIT = 'UNIT', _('Unit') | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user