Skip to content

Commit 2c9f263

Browse files
committed
add 'from __future__ import annotations'
1 parent b14e3b5 commit 2c9f263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/google/adk/agents/map_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import sys
24
from typing import Annotated
35
from typing import AsyncGenerator

0 commit comments

Comments
 (0)