mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
PEP fix
This commit is contained in:
parent
269bca27e9
commit
a32486cfbd
@ -22,7 +22,7 @@ class SettingsMixinTest(BaseMixinDefinition, TestCase):
|
||||
MIXIN_NAME = 'settings'
|
||||
MIXIN_ENABLE_CHECK = 'has_settings'
|
||||
|
||||
TEST_SETTINGS = {'setting1': {'default': '123',}}
|
||||
TEST_SETTINGS = {'setting1': {'default': '123', }}
|
||||
|
||||
def setUp(self):
|
||||
class SettingsCls(SettingsMixin, IntegrationPluginBase):
|
||||
|
Loading…
x
Reference in New Issue
Block a user