Skip to content

Commit

Permalink
Update TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Nov 19, 2021
1 parent ac0cafd commit 9fce3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/post_execution/artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def parent_step_id(self) -> int:
@property
def producer_step(self) -> "StepView":
"""Returns the original StepView that produced the artifact."""
# TODO [LOW]: Replace with artifact.id instead of passing self if
# TODO [ENG-174]: Replace with artifact.id instead of passing self if
# required.
return self._metadata_store.get_producer_step_from_artifact(self)

Expand Down

0 comments on commit 9fce3a8

Please sign in to comment.