We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c9266 commit 0715e06Copy full SHA for 0715e06
temporalio/nexus/_operation_context.py
@@ -23,12 +23,6 @@
23
import temporalio.api.common.v1
24
import temporalio.api.workflowservice.v1
25
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
32
from temporalio.types import (
33
MethodAsyncNoParam,
34
MethodAsyncSingleParam,
@@ -38,6 +32,13 @@
38
SelfType,
39
)
40
35
+from ._link_conversion import (
36
+ nexus_link_to_workflow_event,
37
+ workflow_event_to_nexus_link,
+ workflow_execution_started_event_link_from_workflow_handle,
+)
+from ._token import WorkflowHandle
41
+
42
if TYPE_CHECKING:
43
import temporalio.client
44
0 commit comments