Skip to content

Commit 4f02aa9

Browse files
committed
Remove unused imports
1 parent 2d82674 commit 4f02aa9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

temporalio/contrib/openai_agents/_temporal_model_stub.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@
33
import logging
44
from typing import Optional
55

6-
from openai.types.responses import (
7-
ResponseOutputMessage,
8-
ResponseOutputText,
9-
ResponseOutputTextParam,
10-
)
11-
126
from temporalio import workflow
137
from temporalio.contrib.openai_agents._model_parameters import ModelActivityParameters
148

159
logger = logging.getLogger(__name__)
1610

17-
from typing import Any, AsyncIterator, Sequence, Union, cast
11+
from typing import Any, AsyncIterator, Union, cast
1812

1913
from agents import (
2014
AgentOutputSchema,

0 commit comments

Comments
 (0)