Skip to content

Commit 44b5405

Browse files
authored
Merge pull request #491 from imfing/fix-rawsocket-import
fix: missing tornadoimport for rawsocket handler
2 parents 18effb7 + d8166dd commit 44b5405

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)