Skip to content

Commit 02ac76e

Browse files
committed
add type imports to lifecycle.py
1 parent 325fae5 commit 02ac76e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/agents/lifecycle.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from .tool import Tool
88
from .items import TResponseInputItem, ModelResponse
99

10+
11+
1012

1113
TAgent = TypeVar("TAgent", bound=AgentBase, default=AgentBase)
1214

0 commit comments

Comments
 (0)