Skip to content

Commit 50ae22d

Browse files
committed
refactor: add docstring to workflowinfo
1 parent 4ab8c8f commit 50ae22d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959

6060
class WorkflowInfo(TypedDict):
61+
"""Names of the workflow's operators, inputs and outputs."""
6162
operator_names: list[str]
6263
input_names: list[str]
6364
output_names: list[str]

0 commit comments

Comments
 (0)