mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
dc7b88515e
commit
01fcc728ad
@ -717,7 +717,6 @@ class GenericReferencedSettingClass:
|
|||||||
return self.__class__.get_setting_choices(self.key, **self._get_reference())
|
return self.__class__.get_setting_choices(self.key, **self._get_reference())
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def settings_group_options():
|
def settings_group_options():
|
||||||
"""
|
"""
|
||||||
Build up group tuple for settings based on your choices
|
Build up group tuple for settings based on your choices
|
||||||
|
@ -101,6 +101,7 @@ class PluginConfig(models.Model):
|
|||||||
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
|
||||||
class PluginSetting(common.models.GenericReferencedSettingClass, common.models.BaseInvenTreeSetting):
|
class PluginSetting(common.models.GenericReferencedSettingClass, common.models.BaseInvenTreeSetting):
|
||||||
"""
|
"""
|
||||||
This model represents settings for individual plugins
|
This model represents settings for individual plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user