From b07b3bce1418547f0e025199fe936b0acc645342 Mon Sep 17 00:00:00 2001 From: Sayfulla Mirkhalikov Date: Fri, 3 Oct 2025 22:48:53 +0500 Subject: [PATCH] Removed unused libs (#4932) Signed-off-by: thesayfulla --- test_acp_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_acp_client.py b/test_acp_client.py index 68ab1abb43..0e82df3a9b 100755 --- a/test_acp_client.py +++ b/test_acp_client.py @@ -6,8 +6,6 @@ Connects to goose acp running on stdio. import subprocess import json -import sys -import uuid class AcpClient: def __init__(self):