Skip to content

Commit e73db3b

Browse files
BClappePProfizi
andauthored
refactor: remove space in typehint
Co-authored-by: Paul Profizi <[email protected]>
1 parent 223ae99 commit e73db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def info(self) -> WorkflowInfo:
674674
675675
Returns
676676
-------
677-
info :
677+
info:
678678
Dictionary with ``"operator_names"``, ``"input_names"``, and ``"output_names"`` keys.
679679
"""
680680
return WorkflowInfo(

0 commit comments

Comments
 (0)