We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b8beb commit 19ee4afCopy full SHA for 19ee4af
1 file changed
dojo/backends.py
@@ -26,7 +26,7 @@ def _update_user(
26
user,
27
attributes: dict,
28
attribute_mapping: dict,
29
- force_save=False,
+ force_save=False, # noqa: FBT002 - caannot add `*`, need to keep same signature as parent class
30
):
31
"""
32
Method overriden to handle groups after user object is saved.
0 commit comments