2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

docstrings should be manadtory

This commit is contained in:
Matthias
2021-11-15 02:11:12 +01:00
parent dbfe0d39ea
commit 84ea56a8f2

@ -49,6 +49,7 @@ class PluginConfig(models.Model):
return name
def __init__(self, *args, **kwargs):
"""override to set original state of"""
super().__init__(*args, **kwargs)
self.__org_active = self.active