Skip to content

Commit a775d55

Browse files
committed
add type imports to lifecycle.py
1 parent 9302c49 commit a775d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/lifecycle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from typing import Any, Generic
2-
1+
from typing import Any, Generic,List
2+
from .items import ModelResponse, TResponseInputItem
33
from .agent import Agent
44
from .run_context import RunContextWrapper, TContext
55
from .tool import Tool

0 commit comments

Comments
 (0)