Skip to content

Commit 7de4ba3

Browse files
timof1308timo-fischer
authored andcommitted
refactor: add future annotations import to types and internal modules.
1 parent 7341693 commit 7de4ba3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)