Skip to content

Commit

Permalink
Remove commented-out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfczekalski committed Jul 24, 2024
1 parent 521ca3d commit e050ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kedro_vertexai/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def _build_kfp_tasks(
name = clean_name(group_name)
tags = {tag for tagging in nodes_group for tag in tagging.tags}

# mlflow_inputs, mlflow_envs = generate_mlflow_inputs()
component_params = (
kfp_tasks["mlflow-start-run"].outputs if mlflow_enabled else {}
)
Expand Down

0 comments on commit e050ad1

Please sign in to comment.