Skip to content

Commit 151e24c

Browse files
authored
fix pylint error
1 parent 1de42cb commit 151e24c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/automl/automl.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def fit(self, inputs=None, wait=True, logs=True, job_name=None):
8282
be uploaded to an S3 location.
8383
wait (bool): Whether the call should wait until the job completes (default: True).
8484
logs (bool): Whether to show the logs produced by the job. Only meaningful when wait
85-
is True (default: True). if ``wait`` is False, ``logs`` will be set to False as well.
85+
is True (default: True). if ``wait`` is False, ``logs`` will be set to False as
86+
well.
8687
job_name (str): Training job name. If not specified, the estimator generates
8788
a default job name, based on the training image name and current timestamp.
8889
"""

0 commit comments

Comments
 (0)