Skip to content

Commit d8166dd

Browse files
committed
fix: missing tornadoimport for rawsocket handler
1 parent 18effb7 commit d8166dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter_server_proxy/rawsocket.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import asyncio
1111

1212
from .handlers import NamedLocalProxyHandler, SuperviseAndProxyHandler
13+
from tornado import web
14+
1315

1416
class RawSocketProtocol(asyncio.Protocol):
1517
"""

0 commit comments

Comments
 (0)