Skip to content

Commit cfacc8a

Browse files
committed
More linting.
1 parent 8d9d1fc commit cfacc8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/durable_functions/openai_agents/orchestrator_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def durable_openai_agent_orchestrator_generator(
1313
func,
1414
durable_orchestration_context: DurableOrchestrationContext,
1515
model_provider: Optional[ModelProvider]):
16-
"""Adapts the synchronous OpenAI Agents function to an Durable Functions orchestration generator function."""
17-
16+
"""Adapts the synchronous OpenAI Agents function to an Durable Functions orchestration
17+
generator function."""
1818
ensure_event_loop()
1919
durable_ai_agent_context = DurableAIAgentContext(durable_orchestration_context)
2020
durable_openai_runner = DurableOpenAIRunner(context=durable_ai_agent_context)

0 commit comments

Comments
 (0)