Skip to content

Commit 8d7bba3

Browse files
committed
Remove temp coverage check
1 parent e7bf653 commit 8d7bba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

temporalio/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,6 @@ class WorkflowExecution:
29402940
@property
29412941
def data_converter(self) -> temporalio.converter.DataConverter:
29422942
"""Data converter for the workflow."""
2943-
0 / 0 # type: ignore
29442943
return self._context_free_data_converter.with_context(
29452944
WorkflowSerializationContext(
29462945
namespace=self.namespace,

0 commit comments

Comments
 (0)