Skip to content

Commit 7fbb59b

Browse files
committed
Check we have test coverage
1 parent b9fa031 commit 7fbb59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

temporalio/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,6 +2939,7 @@ class WorkflowExecution:
29392939

29402940
@property
29412941
def data_converter(self) -> temporalio.converter.DataConverter:
2942+
0 / 0 # type: ignore
29422943
return self._context_free_data_converter.with_context(
29432944
WorkflowSerializationContext(
29442945
namespace=self.namespace,

0 commit comments

Comments
 (0)