Skip to content

Commit 62405d0

Browse files
committed
refactor: remove type duplicated type hints
1 parent 466c945 commit 62405d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,9 @@ 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

0 commit comments

Comments
 (0)