Skip to content

Commit d5fea7a

Browse files
author
Payton Staub
committed
Fix pylint
1 parent 319b5f0 commit d5fea7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/workflow/callback_step.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ def __init__(
9191
Args:
9292
name (str): The name of the callback step.
9393
sqs_queue_url (str): An SQS queue URL for receiving callback messages.
94-
inputs (dict): Input arguments that will be provided in the SQS message body of callback messages.
94+
inputs (dict): Input arguments that will be provided
95+
in the SQS message body of callback messages.
9596
outputs (List[CallbackOutput]): Outputs that can be provided when completing a callback.
9697
cache_config (CacheConfig): A `sagemaker.workflow.steps.CacheConfig` instance.
9798
depends_on (List[str]): A list of step names this `sagemaker.workflow.steps.TransformStep`

0 commit comments

Comments
 (0)