Skip to content

Commit

Permalink
Address linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
  • Loading branch information
jgarciao committed Oct 8, 2024
1 parent 4bed80f commit c8749a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ods_ci/libs/DataSciencePipelinesKfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,6 @@ def create_run_from_pipeline_func(
current_path = os.getcwd()
my_source = self.import_souce_code(f"{current_path}/tests/Resources/Files/pipeline-samples/v2/{source_code}")
pipeline_func = getattr(my_source, fn)

# pipeline_params
# there are some special keys to retrieve argument values dynamically
# in pipeline v2, we must match the parameters names
Expand Down

0 comments on commit c8749a1

Please sign in to comment.