From 6bddd473a42e3d8ca2e149155f938a62371a53e7 Mon Sep 17 00:00:00 2001 From: Stimor Date: Mon, 29 Sep 2025 22:15:01 +0300 Subject: [PATCH] Update client_sync.lua Cut out the excess. --- src/websocket/client_sync.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/websocket/client_sync.lua b/src/websocket/client_sync.lua index eaac5d7..14090de 100644 --- a/src/websocket/client_sync.lua +++ b/src/websocket/client_sync.lua @@ -1,6 +1,5 @@ local socket = require'socket' local sync = require'websocket.sync' -local tools = require'websocket.tools' local new = function(ws) ws = ws or {}