BugFix: Unused import for deprecated.

--
512e810b6dbb88248bfbfc1dbff598a247a099be by swapnil <swapnilbhmk.intrn@gmail.com>:

BugFix: Unused import for deprecated.
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/726 from swapxs:patch-2 44590f0085c06410aac58a6519aaa080dc277a40
PiperOrigin-RevId: 765285320
This commit is contained in:
iamb4uc.xyz 2025-05-30 12:08:56 -07:00 committed by Copybara-Service
parent daac8cedfe
commit ccd05e0b00

View File

@ -20,7 +20,6 @@ from typing import Any
from typing import Optional
from typing import TYPE_CHECKING
from deprecated import deprecated
from google.genai import types
from .tool_context import ToolContext