mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
PEP fixes
This commit is contained in:
@ -717,7 +717,6 @@ class GenericReferencedSettingClass:
|
||||
return self.__class__.get_setting_choices(self.key, **self._get_reference())
|
||||
|
||||
|
||||
|
||||
def settings_group_options():
|
||||
"""
|
||||
Build up group tuple for settings based on your choices
|
||||
|
@ -101,6 +101,7 @@ class PluginConfig(models.Model):
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
class PluginSetting(common.models.GenericReferencedSettingClass, common.models.BaseInvenTreeSetting):
|
||||
"""
|
||||
This model represents settings for individual plugins
|
||||
|
Reference in New Issue
Block a user