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

Remove duplicate return statement

parent 8fde611a
Branches
Tags
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment