Skip to content

Commit 4ab8c8f

Browse files
committed
refactor: remove type duplicated type hints
1 parent 466c945 commit 4ab8c8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,14 +636,14 @@ def get_recorded_workflow(id: int, server: AnyServerType | None = None) -> Workf
636636
637637
Parameters
638638
----------
639-
id : int
639+
id :
640640
ID given by the method "record".
641-
server: server.BaseServer
641+
server:
642642
Server from which to get the recorded workflow.
643643
644644
Returns
645645
-------
646-
workflow : core.Workflow()
646+
workflow :
647647
workflow registered in dpf's registry (server side)
648648
649649
Examples

0 commit comments

Comments
 (0)