File tree 2 files changed +2
-2
lines changed
components/google-cloud/google_cloud_pipeline_components
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
1053
1053
Tuple of pipeline_definition_path and parameter_values.
1054
1054
"""
1055
1055
1056
- return get_automl_tabular_pipeline_and_parameters (
1056
+ return get_automl_tabular_pipeline_and_parameters ( # pytype: disable=wrong-arg-types
1057
1057
project = project ,
1058
1058
location = location ,
1059
1059
root_dir = root_dir ,
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ def get_skip_architecture_search_pipeline_and_parameters(
1186
1186
Tuple of pipeline_definition_path and parameter_values.
1187
1187
"""
1188
1188
1189
- return get_automl_tabular_pipeline_and_parameters (
1189
+ return get_automl_tabular_pipeline_and_parameters ( # pytype: disable=wrong-arg-types
1190
1190
project = project ,
1191
1191
location = location ,
1192
1192
root_dir = root_dir ,
You can’t perform that action at this time.
0 commit comments