linux(fix): hearing aid bug (#355)

fixed hearing aid bug

Co-authored-by: ressiwage <ressiwage@ya.ru>
This commit is contained in:
Bersenyov Ilya
2025-12-07 13:25:02 +00:00
committed by GitHub
parent f3b1db2513
commit 0e1f784737

View File

@@ -4,7 +4,7 @@ import socket
import struct
import sys
import threading
from socket import socket as Socket, TimeoutError
from socket import socket as Socket
from queue import Queue
from threading import Thread
from typing import Any, Dict, List, Optional