Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Change return syntax in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jan 28, 2019
1 parent 4026d55 commit f0e96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/room_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def copy_room_tags_and_direct_to_room(
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(
Expand Down

0 comments on commit f0e96ab

Please sign in to comment.