mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
docstrings should be manadtory
This commit is contained in:
parent
dbfe0d39ea
commit
84ea56a8f2
@ -49,6 +49,7 @@ class PluginConfig(models.Model):
|
|||||||
return name
|
return name
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
"""override to set original state of"""
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
self.__org_active = self.active
|
self.__org_active = self.active
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user