Fix conf
This commit is contained in:
parent
25d4b5f233
commit
4ce23f0acc
|
@ -163,12 +163,13 @@ hub:
|
|||
"""
|
||||
import json
|
||||
import os
|
||||
import tornado.options
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from tornado.httpclient import AsyncHTTPClient, HTTPRequest
|
||||
from tornado.httpserver import HTTPServer
|
||||
from tornado.ioloop import IOLoop
|
||||
from tornado.web import Application, RequestHandler, authenticated
|
||||
|
||||
from tornado.log import app_log
|
||||
from tornado.web import Application, HTTPError, RequestHandler, authenticated
|
||||
from jupyterhub.services.auth import HubAuthenticated
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue