Skip to content
Snippets Groups Projects
Commit 58a755cd authored by Andrew Morgan's avatar Andrew Morgan
Browse files

Remove duplicate return statement

parent 8fde611a
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler): ...@@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler):
servers = list(servers) servers = list(servers)
return {"room_id": room_id, "servers": servers} return {"room_id": room_id, "servers": servers}
return
@defer.inlineCallbacks @defer.inlineCallbacks
def on_directory_query(self, args): def on_directory_query(self, args):
......
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