Skip to content

Commit 4a00ea1

Browse files
author
Marius Moisescu
committed
black
1 parent 6799161 commit 4a00ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/debugger/profiler_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(
3333
system_monitor_interval_millis: Optional[Union[int, PipelineVariable]] = None,
3434
framework_profile_params: Optional[FrameworkProfile] = None,
3535
disable_profiler: Optional[Union[str, PipelineVariable]] = False,
36-
):
36+
):
3737
"""Initialize a ``ProfilerConfig`` instance.
3838
3939
Pass the output of this class

0 commit comments

Comments
 (0)