Skip to content
Snippets Groups Projects
Commit 415aeefd authored by Erik Johnston's avatar Erik Johnston
Browse files

Format docstring

parent 19ceb485
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,9 @@ _EventCacheEntry = namedtuple("_EventCacheEntry", ("event", "redacted_event"))
class EventsWorkerStore(SQLBaseStore):
def get_received_ts(self, event_id):
"""Get received_ts (when it was persisted) for the event. Raises an
exception for unknown events.
"""Get received_ts (when it was persisted) for the event.
Raises an exception for unknown events.
Args:
event_id (str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment