remove duplicate type annotation

pull/7318/head
Richard van der Hoff 2020-04-22 15:20:49 +01:00
parent c925ccc4f6
commit 2a7df614a6
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ class BasePresenceHandler(abc.ABC):
when users disconnect/reconnect.
Args:
user_id (str)
affect_presence (bool): If false this function will be a no-op.
user_id: the user that is starting a sync
affect_presence: If false this function will be a no-op.
Useful for streams that are not associated with an actual
client that is being used by a user.
"""