fix(tests): drop unused json + pytest imports

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) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-05-05 13:26:49 -07:00
parent 3d0a7c381b
commit 8ca027ddf3

View File

@ -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"