Suppresses pylint warning

This commit is contained in:
Mouse Reeve 2021-08-17 10:49:11 -07:00
parent ad0fff7030
commit bbe5ad7ce1

View file

@ -106,7 +106,7 @@ class ActivityObject:
value = field.default
setattr(self, field.name, value)
# pylint: disable=too-many-locals,too-many-branches
# pylint: disable=too-many-locals,too-many-branches,too-many-arguments
def to_model(
self, model=None, instance=None, allow_create=True, save=True, overwrite=True
):