mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
lint
This commit is contained in:
parent
068aa1d228
commit
5541645e80
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ class RoomListHandler(BaseHandler):
|
|||
# solution at some point
|
||||
timeout = datetime.now() + timedelta(seconds=60)
|
||||
return self._get_public_room_list(
|
||||
limit, since_token, search_filter, network_tuple=network_tuple, timeout=timeout,
|
||||
limit, since_token, search_filter,
|
||||
network_tuple=network_tuple, timeout=timeout,
|
||||
)
|
||||
|
||||
key = (limit, since_token, network_tuple)
|
||||
|
|
Loading…
Reference in a new issue