mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
Block a user