style fix

This commit is contained in:
Matthias 2021-07-22 23:53:17 +02:00
parent 3b12b0231e
commit 7abf70fdd7

View File

@ -35,7 +35,6 @@ class BaseInvenTreeSetting(models.Model):
single values (e.g. one-off settings values). single values (e.g. one-off settings values).
""" """
GLOBAL_SETTINGS = {} GLOBAL_SETTINGS = {}
class Meta: class Meta:
@ -756,6 +755,7 @@ class InvenTreeSetting(BaseInvenTreeSetting):
help_text=_('Settings key (must be unique - case insensitive'), help_text=_('Settings key (must be unique - case insensitive'),
) )
class InvenTreeUserSetting(BaseInvenTreeSetting): class InvenTreeUserSetting(BaseInvenTreeSetting):
""" """
An InvenTreeSetting object with a usercontext An InvenTreeSetting object with a usercontext