Skip to content

Commit 0715e06

Browse files
committed
run formatter
1 parent 76c9266 commit 0715e06

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

temporalio/nexus/_operation_context.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
import temporalio.api.common.v1
2424
import temporalio.api.workflowservice.v1
2525
import temporalio.common
26-
from ._link_conversion import (
27-
nexus_link_to_workflow_event,
28-
workflow_execution_started_event_link_from_workflow_handle,
29-
workflow_event_to_nexus_link,
30-
)
31-
from ._token import WorkflowHandle
3226
from temporalio.types import (
3327
MethodAsyncNoParam,
3428
MethodAsyncSingleParam,
@@ -38,6 +32,13 @@
3832
SelfType,
3933
)
4034

35+
from ._link_conversion import (
36+
nexus_link_to_workflow_event,
37+
workflow_event_to_nexus_link,
38+
workflow_execution_started_event_link_from_workflow_handle,
39+
)
40+
from ._token import WorkflowHandle
41+
4142
if TYPE_CHECKING:
4243
import temporalio.client
4344

0 commit comments

Comments
 (0)