summaryrefslogtreecommitdiffstats
path: root/proxy/websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/websockets.py')
-rw-r--r--proxy/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/websockets.py b/proxy/websockets.py
index ef80ec2..ec65e6d 100644
--- a/proxy/websockets.py
+++ b/proxy/websockets.py
@@ -10,7 +10,7 @@ from starlette.endpoints import WebSocketEndpoint
10from starlette.websockets import WebSocket 10from starlette.websockets import WebSocket
11 11
12from proxy.utils import get_path_with_query_string 12from proxy.utils import get_path_with_query_string
13from ttun_server.proxy_queue import ProxyQueue 13from proxy.queue import ProxyQueue
14from ttun_server.types import WebsocketMessage, WebsocketMessageType, WebsocketConnectData, WebsocketMessageData, \ 14from ttun_server.types import WebsocketMessage, WebsocketMessageType, WebsocketConnectData, WebsocketMessageData, \
15 WebsocketDisconnectData 15 WebsocketDisconnectData
16 16