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

Commit

Permalink
Remove hs param from the PublicRoomListManager docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Sep 28, 2020
1 parent 1ff7df9 commit e5b2d20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ async def complete_sso_login_async(
class PublicRoomListManager:
"""Contains methods for adding to, removing from and querying whether a room
is in the public room list.
Args:
hs: The Homeserver object
"""

def __init__(self, hs: "HomeServer"):
Expand Down

0 comments on commit e5b2d20

Please sign in to comment.