Skip to content

Commit 7fecf51

Browse files
committed
Appease docstring linter
1 parent 896a6fc commit 7fecf51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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+
"""Data converter for the workflow."""
29422943
0 / 0 # type: ignore
29432944
return self._context_free_data_converter.with_context(
29442945
WorkflowSerializationContext(

temporalio/worker/_command_aware_visitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class CommandAwarePayloadVisitor(PayloadVisitor):
8181
}
8282

8383
def __init__(self, **kwargs: Any) -> None:
84+
"""Initialize the command-aware payload visitor."""
8485
super().__init__(**kwargs)
8586
self._create_override_methods()
8687

0 commit comments

Comments
 (0)