Skip to content

Commit 38ac5c9

Browse files
committed
Fix bug spotted by AI (Cursor Bot)
1 parent 46328d2 commit 38ac5c9

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
@@ -2872,7 +2872,7 @@ def with_context(self, context: SerializationContext) -> Self:
28722872
return cls(
28732873
self._client,
28742874
self._id_or_token,
2875-
self._client.data_converter.with_context(context),
2875+
data_converter,
28762876
)
28772877

28782878

0 commit comments

Comments
 (0)