From 8ca027ddf3a48ee0a1bec2bae83d5833b1f5cf32 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Tue, 5 May 2026 13:26:49 -0700 Subject: [PATCH] fix(tests): drop unused json + pytest imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bot lint flagged the two imports as unused (correct — neither is referenced after the file shrank during review). Resolves the two unresolved review threads silently blocking merge per the staging "all conversations resolved" gate. Co-Authored-By: Claude Opus 4.7 (1M context) --- workspace/tests/test_a2a_tools_inbox_enrichment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/workspace/tests/test_a2a_tools_inbox_enrichment.py b/workspace/tests/test_a2a_tools_inbox_enrichment.py index 096f008f..9a4d2b45 100644 --- a/workspace/tests/test_a2a_tools_inbox_enrichment.py +++ b/workspace/tests/test_a2a_tools_inbox_enrichment.py @@ -27,13 +27,10 @@ import os # imports a2a_client). conftest.py mocks the SDK but not this env var. os.environ.setdefault("WORKSPACE_ID", "00000000-0000-0000-0000-000000000001") -import json import sys import types from unittest.mock import patch -import pytest - PEER_UUID = "11111111-2222-3333-4444-555555555555"