Skip to content

Commit 60464de

Browse files
author
Chuyang Deng
committed
black check
1 parent c066263 commit 60464de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/automl/automl.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ def fit(self, inputs=None, wait=True, logs=True, job_name=None):
8888
"""
8989
if not wait and logs:
9090
logs = False
91-
logger.warning(
92-
"logs will be set to False. logs is only meaningful when wait is True."
93-
)
91+
logger.warning("logs will be set to False. logs is only meaningful when wait is True.")
9492

9593
# upload data for users if provided local path
9694
# validations are done in _Job._format_inputs_to_input_config

0 commit comments

Comments
 (0)