Skip to content

Commit 85946f6

Browse files
committed
refactor: add future annotations import to types and internal modules.
1 parent eb2b9ac commit 85946f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/google/adk/tools/mcp_tool/_internal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
import logging
4444
import re
4545
from typing import Any
46+
from __future__ import annotations
4647

4748
logger = logging.getLogger("google_adk." + __name__)
4849

src/google/adk/tools/mcp_tool/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
from typing import Callable
1616
from typing import Dict
17+
from __future__ import annotations
1718

1819
from ...agents.readonly_context import ReadonlyContext
1920

0 commit comments

Comments
 (0)