Skip to content

Commit 1836a6a

Browse files
committed
Remove pointless comment
1 parent e2a0596 commit 1836a6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nexus_multiple_args/handler/service_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class MyNexusServiceHandler:
1818
# This is a nexus operation that is backed by a Temporal workflow.
1919
# The key feature here is that it demonstrates how to map a single input object
2020
# (HelloInput) to a workflow that takes multiple individual arguments.
21-
# This is equivalent to the Java WorkflowRunOperation.fromWorkflowHandle pattern.
2221
@nexus.workflow_run_operation
2322
async def hello(
2423
self, ctx: nexus.WorkflowRunOperationContext, input: HelloInput

0 commit comments

Comments
 (0)