Skip to content

Commit 07e2ad7

Browse files
committed
Fixup linter.
1 parent 3e9d95f commit 07e2ad7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure/durable_functions/openai_agents/decorators.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def _auto_setup_durable_openai_agent(decorated_func, model_provider: Optional[Mo
6363
pass
6464

6565

66-
def durable_openai_agent_orchestrator(_func=None, *, model_provider: Optional[ModelProvider] = None):
66+
def durable_openai_agent_orchestrator(_func=None,
67+
*,
68+
model_provider: Optional[ModelProvider] = None):
6769
"""Decorate Azure Durable Functions orchestrators that use OpenAI Agents."""
6870
# Auto-setup: Find and configure the FunctionApp when decorator is applied
6971
def wrapper_wrapper(func):

0 commit comments

Comments
 (0)