Skip to content

Commit 416e726

Browse files
committed
fix black-check
1 parent 9a3d3e5 commit 416e726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/workflow/pipeline_context.py

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def runnable_by_pipeline(run_func):
132132
the arguments needed to compose that particular step as part of the pipeline.
133133
The job will be started during pipeline execution.
134134
"""
135+
135136
@wraps(run_func)
136137
def wrapper(*args, **kwargs):
137138
self_instance = args[0]

0 commit comments

Comments
 (0)