Skip to content

Commit

Permalink
fix: remove 'optional' tag in doc string for required variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ewagner-verta committed Aug 22, 2023
1 parent 947b994 commit 62ea6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/verta/verta/pipeline/_pipeline_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_steps(self, steps: List[str]) -> None:
Parameters
----------
steps : list of :class:`~verta.deployment.PipelineStep`, optional
steps : list of :class:`~verta.deployment.PipelineStep`
List of all possible steps of the pipline graph. Order does not matter.
"""
if not isinstance(steps, list):
Expand Down

1 comment on commit 62ea6bb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: VRD-894_pipelines_CRUD-2023-08-22T11-49-00--62ea6bb

Please sign in to comment.