Skip to content

Commit 5ab89bc

Browse files
committed
Clean up imports
1 parent e3fffea commit 5ab89bc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

samples-v2/openai_agents/durable_ai_agent_context.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
from typing import Any, Callable, Optional
33

44
from azure.durable_functions.models.DurableOrchestrationContext import DurableOrchestrationContext
5-
from yield_exception import YieldException
65

7-
from agents import (
8-
RunContextWrapper,
9-
Tool,
10-
)
6+
from agents import RunContextWrapper, Tool
117
from agents.function_schema import function_schema
128
from agents.tool import FunctionTool
9+
from yield_exception import YieldException
1310

1411
class DurableAIAgentContext:
1512
def __init__(self, context: DurableOrchestrationContext):

0 commit comments

Comments
 (0)