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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user