Skip to content

Commit c9bab0d

Browse files
committed
address black-check format issues
1 parent ba959bb commit c9bab0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/predictor_async.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ def _submit_async_request(
218218
def _wait_for_output(self, output_path, failure_path, waiter_config):
219219
"""Retrieve output based on the presense of failure_path."""
220220
if failure_path is not None:
221-
return self._check_output_and_failure_paths(
222-
output_path, failure_path, waiter_config
223-
)
221+
return self._check_output_and_failure_paths(output_path, failure_path, waiter_config)
224222

225223
return self._check_output_path(output_path, waiter_config)
226224

0 commit comments

Comments
 (0)