mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-19 14:48:59 +00:00
Suppresses pylint warning
This commit is contained in:
parent
ad0fff7030
commit
bbe5ad7ce1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class ActivityObject:
|
||||||
value = field.default
|
value = field.default
|
||||||
setattr(self, field.name, value)
|
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(
|
def to_model(
|
||||||
self, model=None, instance=None, allow_create=True, save=True, overwrite=True
|
self, model=None, instance=None, allow_create=True, save=True, overwrite=True
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in a new issue