Skip to content

Commit b711b4f

Browse files
committed
Revert
1 parent 051b718 commit b711b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/workflow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ def _assert_dynamic_handler_args(
16611661
not arg_types
16621662
or len(arg_types) != 2
16631663
or arg_types[0] is not str
1664-
or arg_types[1] is not Sequence[temporalio.common.RawValue]
1664+
or arg_types[1] != Sequence[temporalio.common.RawValue]
16651665
):
16661666
raise RuntimeError(
16671667
"Dynamic handler must have 3 arguments: self, str, and Sequence[temporalio.common.RawValue]"

0 commit comments

Comments
 (0)