mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
Remove duplicate return statement
This commit is contained in:
parent
8fde611a8c
commit
58a755cdc3
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler):
|
|||
servers = list(servers)
|
||||
|
||||
return {"room_id": room_id, "servers": servers}
|
||||
return
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_directory_query(self, args):
|
||||
|
|
Loading…
Reference in a new issue