Skip to content

Commit 96a8ef0

Browse files
committed
Cleanup
1 parent dd7ab03 commit 96a8ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ async def report_cancellation(
28522852
)
28532853

28542854
# TODO(dan): should this return Self (requiring that the user's subclass has the same
2855-
# constructor signature)?
2855+
# constructor signature)? CompositePayloadConverter.with_context does.
28562856
def with_context(self, context: SerializationContext) -> AsyncActivityHandle:
28572857
"""Create a new AsyncActivityHandle with a different serialization context.
28582858

0 commit comments

Comments
 (0)