Skip to content

Commit cad97e5

Browse files
committed
fix
1 parent e6f222c commit cad97e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/test_ve_identity_mcp_tool.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"""Unit tests for VeIdentityMcpTool."""
1717

1818
import pytest
19-
from unittest.mock import Mock, AsyncMock, patch, MagicMock
20-
from google.adk.tools.tool_context import ToolContext
19+
from unittest.mock import Mock, AsyncMock, patch
2120

2221
from veadk.integrations.ve_identity.mcp_tool import VeIdentityMcpTool
2322
from veadk.integrations.ve_identity.auth_config import api_key_auth, oauth2_auth

tests/test_ve_identity_mcp_toolset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"""Unit tests for VeIdentityMcpToolset."""
1616

1717
import pytest
18-
from unittest.mock import Mock, AsyncMock, patch, MagicMock
19-
from google.adk.agents.readonly_context import ReadonlyContext
18+
from unittest.mock import Mock, AsyncMock, patch
2019

2120
from veadk.integrations.ve_identity.mcp_toolset import VeIdentityMcpToolset
2221
from veadk.integrations.ve_identity.auth_config import api_key_auth, oauth2_auth

0 commit comments

Comments
 (0)