Skip to content

Commit d5974c5

Browse files
author
Shing Lyu
committed
fix: remove trailing space
1 parent 73a6280 commit d5974c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sagemaker/workflow/clarify_check_step.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def __init__(
166166
):
167167
"""Constructs a ClarifyCheckStep.
168168
169-
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`
170-
and `supplied_baseline_constraints` parameters, check the following documentation:
169+
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`
170+
and `supplied_baseline_constraints` parameters, check the following documentation:
171171
https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html
172172
173173
Args:

src/sagemaker/workflow/quality_check_step.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def __init__(
136136
"""Constructs a QualityCheckStep.
137137
138138
To understand the `skip_check`, `fail_on_violation`, `register_new_baseline`,
139-
`supplied_baseline_constraints` and `supplied_baseline_constraints` parameters,
140-
check the following documentation:
139+
`supplied_baseline_constraints` and `supplied_baseline_constraints` parameters,
140+
check the following documentation:
141141
https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html
142142
143143
Args:

0 commit comments

Comments
 (0)