Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Huschenbett <[email protected]>
PiperOrigin-RevId: 698671391
  • Loading branch information
Martin Huschenbett authored and Google Cloud Pipeline Components maintainers committed Nov 25, 2024
1 parent 2e05b3d commit 7269db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
Tuple of pipeline_definition_path and parameter_values.
"""

return get_automl_tabular_pipeline_and_parameters(
return get_automl_tabular_pipeline_and_parameters( # pytype: disable=wrong-arg-types
project=project,
location=location,
root_dir=root_dir,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
Tuple of pipeline_definition_path and parameter_values.
"""

return get_automl_tabular_pipeline_and_parameters(
return get_automl_tabular_pipeline_and_parameters( # pytype: disable=wrong-arg-types
project=project,
location=location,
root_dir=root_dir,
Expand Down

0 comments on commit 7269db7

Please sign in to comment.