Change return syntax in doc string
This commit is contained in:
parent
4026d555fa
commit
f0e96ab66a
|
@ -255,7 +255,7 @@ class RoomMemberHandler(object):
|
|||
user_id (str)
|
||||
|
||||
Returns:
|
||||
Deferred|None
|
||||
Deferred[None]
|
||||
"""
|
||||
# Retrieve user account data for predecessor room
|
||||
user_account_data, _ = yield self.store.get_account_data_for_user(
|
||||
|
|
Loading…
Reference in New Issue