Skip to content

Commit 09d2a9d

Browse files
committed
fixup imports
1 parent 7894775 commit 09d2a9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ipyparallel/nbextension/handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Distributed under the terms of the Modified BSD License.
44
import json
55
import os
6-
import sys
76

87
from jupyter_server.utils import url_path_join as ujoin
98
from tornado import web
@@ -170,7 +169,6 @@ async def delete(self, cluster_key):
170169

171170
def load_jupyter_server_extension(nbapp):
172171
"""Load the nbserver extension"""
173-
import notebook
174172

175173
nbapp.log.info("Loading IPython parallel extension")
176174
webapp = nbapp.web_app

0 commit comments

Comments
 (0)