Skip to content

Commit 0299688

Browse files
committed
Fix codestyle
1 parent 5d179a8 commit 0299688

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,7 @@ def warn_if_parameter_server_with_multi_gpu(training_instance_type, distribution
643643
def profiler_config_deprecation_warning(
644644
profiler_config, image_uri, framework_name, framework_version
645645
):
646-
"""Put out a deprecation message for if framework profiling is specified TF >= 2.12 and PT >=
647-
2.0."""
646+
"""Deprecation message if framework profiling is specified TF >= 2.12 and PT >= 2.0."""
648647
if profiler_config is None or profiler_config.framework_profile_params is None:
649648
return
650649

0 commit comments

Comments
 (0)