Skip to content

Commit 850b2d0

Browse files
committed
Linting again
1 parent 2343381 commit 850b2d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

azure/durable_functions/testing/OrchestratorGeneratorWrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55

66
def orchestrator_generator_wrapper(
7-
generator: Generator[TaskBase, Any, Any]
8-
) -> Generator[Union[TaskBase, Any], None, None]:
7+
generator: Generator[TaskBase, Any, Any]) -> Generator[Union[TaskBase, Any], None, None]:
98
"""Wrap a user-defined orchestrator function in a way that simulates the Durable replay logic.
109
1110
Parameters

0 commit comments

Comments
 (0)