diff --git a/components/google-cloud/google_cloud_pipeline_components/preview/automl/tabular/utils.py b/components/google-cloud/google_cloud_pipeline_components/preview/automl/tabular/utils.py index 8bc2e0be2d36..fffd529ae33a 100644 --- a/components/google-cloud/google_cloud_pipeline_components/preview/automl/tabular/utils.py +++ b/components/google-cloud/google_cloud_pipeline_components/preview/automl/tabular/utils.py @@ -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, diff --git a/components/google-cloud/google_cloud_pipeline_components/v1/automl/tabular/utils.py b/components/google-cloud/google_cloud_pipeline_components/v1/automl/tabular/utils.py index 7fd944425e1b..2ba2bfef6032 100644 --- a/components/google-cloud/google_cloud_pipeline_components/v1/automl/tabular/utils.py +++ b/components/google-cloud/google_cloud_pipeline_components/v1/automl/tabular/utils.py @@ -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,