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 c0a280c commit f2dcb61Copy full SHA for f2dcb61
temporalio/contrib/pydantic.py
@@ -95,7 +95,6 @@ def from_payload(
95
See
96
https://docs.pydantic.dev/latest/api/type_adapter/#pydantic.type_adapter.TypeAdapter.validate_json.
97
"""
98
- print(f"From_payload {payload} - type: {type_hint}")
99
_type_hint = type_hint if type_hint is not None else Any
100
return TypeAdapter(_type_hint).validate_json(payload.data)
101
0 commit comments