We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a5ebe commit cd26febCopy full SHA for cd26feb
services/core-api/app/api/users/models/user.py
@@ -66,9 +66,6 @@ def create_or_update_user(cls, **kwargs):
66
return result
67
68
def update(self, **kwargs):
69
- """
70
- Generic method for updating a User's attributes and saving them.
71
72
# Add/Update attributes of the User instance
73
for key, value in kwargs.items():
74
if hasattr(self, key):
0 commit comments