2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

PEP sytle fix

This commit is contained in:
Matthias
2021-09-19 23:39:02 +02:00
parent fc9796ae82
commit 0b2631c785

View File

@ -44,6 +44,7 @@ class MixinBase:
mixins = [a for a in mixins.values()]
return mixins
# region mixins
class SettingsMixin:
"""Mixin that enables settings for the plugin"""