Skip to content

Commit cfe34a6

Browse files
rename test -> testing
1 parent 088ecc6 commit cfe34a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

temporalio/contrib/openai_agents/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
from temporalio.contrib.openai_agents.workflow import AgentsWorkflowError
2929

30-
from . import test, workflow
30+
from . import testing, workflow
3131

3232
__all__ = [
3333
"AgentsWorkflowError",
@@ -36,6 +36,6 @@
3636
"OpenAIPayloadConverter",
3737
"StatelessMCPServerProvider",
3838
"StatefulMCPServerProvider",
39-
"test",
39+
"testing",
4040
"workflow",
4141
]
File renamed without changes.

0 commit comments

Comments
 (0)