mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Remove unused imports in IPython.html.notebook.handlers
This commit is contained in:
parent
9fd838d624
commit
0e9a7c0874
@ -16,16 +16,12 @@ Authors:
|
||||
# Imports
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
import os
|
||||
import json
|
||||
|
||||
from tornado import web
|
||||
HTTPError = web.HTTPError
|
||||
|
||||
from ..base.handlers import IPythonHandler
|
||||
from ..services.notebooks.handlers import _notebook_path_regex, _path_regex
|
||||
from ..utils import url_path_join, url_escape, url_unescape
|
||||
from urllib import quote
|
||||
from ..utils import url_path_join, url_escape
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Handlers
|
||||
|
Loading…
Reference in New Issue
Block a user