From 0e1f784737122913c21b429810d059aadfb4479e Mon Sep 17 00:00:00 2001 From: Bersenyov Ilya <90237479+ressiwage@users.noreply.github.com> Date: Sun, 7 Dec 2025 13:25:02 +0000 Subject: [PATCH] linux(fix): hearing aid bug (#355) fixed hearing aid bug Co-authored-by: ressiwage --- linux/hearing-aid-adjustments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/hearing-aid-adjustments.py b/linux/hearing-aid-adjustments.py index dfa7c1e..85420b1 100644 --- a/linux/hearing-aid-adjustments.py +++ b/linux/hearing-aid-adjustments.py @@ -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