Skip to content

Commit cd26feb

Browse files
committed
remove comment
1 parent f3a5ebe commit cd26feb

File tree

1 file changed

+0
-3
lines changed
  • services/core-api/app/api/users/models

1 file changed

+0
-3
lines changed

services/core-api/app/api/users/models/user.py

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ def create_or_update_user(cls, **kwargs):
6666
return result
6767

6868
def update(self, **kwargs):
69-
"""
70-
Generic method for updating a User's attributes and saving them.
71-
"""
7269
# Add/Update attributes of the User instance
7370
for key, value in kwargs.items():
7471
if hasattr(self, key):

0 commit comments

Comments
 (0)