Skip to content

Commit 0123875

Browse files
Martin HuschenbettGoogle Cloud Pipeline Components maintainers
Martin Huschenbett
authored and
Google Cloud Pipeline Components maintainers
committed
Automated Code Change
Signed-off-by: Martin Huschenbett <[email protected]> PiperOrigin-RevId: 698671391
1 parent 2e05b3d commit 0123875

File tree

2 files changed

+2
-2
lines changed
  • components/google-cloud/google_cloud_pipeline_components

2 files changed

+2
-2
lines changed

components/google-cloud/google_cloud_pipeline_components/preview/automl/tabular/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
10531053
Tuple of pipeline_definition_path and parameter_values.
10541054
"""
10551055

1056-
return get_automl_tabular_pipeline_and_parameters(
1056+
return get_automl_tabular_pipeline_and_parameters( # pytype: disable=wrong-arg-types
10571057
project=project,
10581058
location=location,
10591059
root_dir=root_dir,

components/google-cloud/google_cloud_pipeline_components/v1/automl/tabular/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
11861186
Tuple of pipeline_definition_path and parameter_values.
11871187
"""
11881188

1189-
return get_automl_tabular_pipeline_and_parameters(
1189+
return get_automl_tabular_pipeline_and_parameters( # pytype: disable=wrong-arg-types
11901190
project=project,
11911191
location=location,
11921192
root_dir=root_dir,

0 commit comments

Comments
 (0)