Skip to content

Commit 19ee4af

Browse files
committed
linter
1 parent f1b8beb commit 19ee4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _update_user(
2626
user,
2727
attributes: dict,
2828
attribute_mapping: dict,
29-
force_save=False,
29+
force_save=False, # noqa: FBT002 - caannot add `*`, need to keep same signature as parent class
3030
):
3131
"""
3232
Method overriden to handle groups after user object is saved.

0 commit comments

Comments
 (0)