### Oracle-ads version used - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://https://github.com/oracle/accelerated-data-science/releases/) of oracle-ads. - [x] I have confirmed this bug exists on the main branch of oracle-ads. - [x] I agree to follow [Code of Conduct](https://github.com/oracle/.github/blob/main/CODE_OF_CONDUCT.md). ### Description missing 'return' here: https://github.com/oracle/accelerated-data-science/blob/main/ads/pipeline/ads_pipeline_run.py#L758C9-L758C20 ### How to Reproduce ```python from ads.pipeline import PipelineRun runs = PipelineRun.list(pipeline_id=pipeline.id) ``` ### What was Observed always returns None ### What was Expected list of existing pipeline-runs ### Version <details> 2.12.9 </details>