Skip to content

Commit 0479201

Browse files
committed
Delete resolved TODO
1 parent 3710e5f commit 0479201

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

temporalio/nexus/_operation_context.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ def _get_callbacks(
125125
ctx = self.nexus_context
126126
return (
127127
[
128-
# TODO(nexus-prerelease): For WorkflowRunOperation, when it handles the Nexus
129-
# request, it needs to copy the links to the callback in
130-
# StartWorkflowRequest.CompletionCallbacks and to StartWorkflowRequest.Links
131-
# (for backwards compatibility). PR reference in Go SDK:
132-
# https://github.com/temporalio/sdk-go/pull/1945
133128
temporalio.client.NexusCallback(
134129
url=ctx.callback_url,
135130
headers=ctx.callback_headers,

0 commit comments

Comments
 (0)