From 01238758a913dbf2ef76e9fb9721aa904f8c1c5f Mon Sep 17 00:00:00 2001 From: Martin Huschenbett Date: Thu, 21 Nov 2024 00:09:52 -0800 Subject: [PATCH] Automated Code Change Signed-off-by: Martin Huschenbett PiperOrigin-RevId: 698671391 --- .../preview/automl/tabular/utils.py | 2 +- .../google_cloud_pipeline_components/v1/automl/tabular/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,