mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
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:
parent
daac8cedfe
commit
ccd05e0b00
@ -20,7 +20,6 @@ from typing import Any
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
from deprecated import deprecated
|
|
||||||
from google.genai import types
|
from google.genai import types
|
||||||
|
|
||||||
from .tool_context import ToolContext
|
from .tool_context import ToolContext
|
||||||
|
Loading…
Reference in New Issue
Block a user