test(a2a): sort imports in merged bedrock agentcore test

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yuneng 2026-09-21 16:10:40 +00:00
parent 46383eec3c
commit 58729ac69f

View file

@ -10,12 +10,11 @@ Verifies that:
"""
import json
from unittest.mock import AsyncMock, MagicMock, patch
import httpx
import pytest
import respx
from unittest.mock import AsyncMock, MagicMock, patch
SAMPLE_ARN = "arn:aws:bedrock-agentcore:us-west-2:123456789:runtime/my_agent"
SAMPLE_MODEL = f"bedrock/agentcore/{SAMPLE_ARN}"