Skip to content

Commit 01dbb41

Browse files
committed
unorder import
Signed-off-by: Filinto Duran <[email protected]>
1 parent 4db8083 commit 01dbb41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/durabletask/test_orchestration_executor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import json
55
import logging
6-
from datetime import datetime, timedelta, UTC
6+
from datetime import UTC, datetime, timedelta
77

88
import pytest
99

@@ -1784,6 +1784,7 @@ def parent(ctx: task.OrchestrationContext, _):
17841784
"Sub-orchestration task #1 failed: boom"
17851785
)
17861786

1787+
17871788
def get_and_validate_single_complete_orchestration_action(
17881789
actions: list[pb.OrchestratorAction],
17891790
) -> pb.CompleteOrchestrationAction:

0 commit comments

Comments
 (0)