Fix up doc string

This commit is contained in:
Erik Johnston 2024-09-27 10:23:37 +01:00
parent e85f8f77c2
commit 210f76f4b9

View file

@ -142,8 +142,7 @@ class _NotifierUserStream:
"""Notify any listeners for this user of a new event from an """Notify any listeners for this user of a new event from an
event source. event source.
Args: Args:
stream_key: The stream the event came from. current_token: The new current token.
stream_id: The new id for the stream the event came from.
time_now_ms: The current time in milliseconds. time_now_ms: The current time in milliseconds.
""" """
self.current_token = current_token self.current_token = current_token