Skip to content

Commit 0a3e5bd

Browse files
committed
type ignore
1 parent cfcb35f commit 0a3e5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/nexus/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def factory(service: S) -> WorkflowRunOperation[I, O, S]:
352352
input_type, output_type = get_input_and_output_types_from_async_start_method(
353353
start_method
354354
)
355-
factory.__nexus_operation__ = nexusrpc.handler.NexusOperationDefinition(
355+
factory.__nexus_operation__ = nexusrpc.handler.NexusOperationDefinition( # type: ignore
356356
name=start_method.__name__,
357357
input_type=input_type,
358358
output_type=output_type,

0 commit comments

Comments
 (0)