Skip to content

Commit

Permalink
Update component.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjosechittilappilly committed Feb 14, 2025
1 parent 45e2f73 commit ec0f18b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -981,9 +981,6 @@ def _build_artifact(self, result):
return {"repr": custom_repr, "raw": raw, "type": artifact_type}

def _process_raw_result(self, result):
"""Process the raw result of the component."""
if len(self.outputs) == 1:
return self.status or self.extract_data(result)
return self.extract_data(result)

def extract_data(self, result):
Expand Down

0 comments on commit ec0f18b

Please sign in to comment.