docstrings should be manadtory

This commit is contained in:
Matthias 2021-11-15 02:11:12 +01:00
parent dbfe0d39ea
commit 84ea56a8f2
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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