Skip to content

Commit

Permalink
Merge pull request #491 from imfing/fix-rawsocket-import
Browse files Browse the repository at this point in the history
fix: missing tornadoimport for rawsocket handler
  • Loading branch information
yuvipanda authored Jul 12, 2024
2 parents 18effb7 + d8166dd commit 44b5405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_server_proxy/rawsocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import asyncio

from .handlers import NamedLocalProxyHandler, SuperviseAndProxyHandler
from tornado import web


class RawSocketProtocol(asyncio.Protocol):
"""
Expand Down

0 comments on commit 44b5405

Please sign in to comment.