Skip to content

Commit

Permalink
Update src/ansys/fluent/core/workflow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
prmukherj and PipKat authored Apr 20, 2024
1 parent 4f1cb85 commit c42dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/fluent/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def next_tasks(self):

class _NextTask:
def __init__(self, base_task):
"""Initialize _NextTask."""
"""Initialize an ``_NextTask`` instance."""
self._base_task = base_task
self._insertable_tasks = []
for item in self._base_task.get_next_possible_tasks():
Expand Down

0 comments on commit c42dd5a

Please sign in to comment.