Skip to content

Commit ebd34f2

Browse files
committed
Clean up imports
1 parent 9ce18e9 commit ebd34f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

samples-v2/openai_agents/durable_openai_runner.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import logging
2-
from typing import Any
3-
from durable_ai_agent_context import DurableAIAgentContext
4-
51
import json
2+
import logging
63
from dataclasses import replace
74
from typing import Any, Union
85

@@ -17,6 +14,7 @@
1714
from agents.run import DEFAULT_AGENT_RUNNER, DEFAULT_MAX_TURNS, AgentRunner
1815
from pydantic_core import to_json
1916

17+
from durable_ai_agent_context import DurableAIAgentContext
2018
from durable_model_stub import _DurableModelStub
2119

2220
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)