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

Remove types from comments. #14412

Merged
merged 11 commits into from
Nov 16, 2022
Prev Previous commit
Next Next commit
Clarify docstring.
clokep authored Nov 15, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9c6c0b79a6199a97083a3d8e28971745c8dd88b9
3 changes: 2 additions & 1 deletion synapse/storage/databases/main/room.py
Original file line number Diff line number Diff line change
@@ -2057,7 +2057,8 @@ async def get_event_report(self, report_id: int) -> Optional[Dict[str, Any]]:
Args:
report_id: ID of reported event in database
Returns:
json list of information from event report
JSON dict of information from an event report or None if the
report does not exist.
"""

def _get_event_report_txn(