Skip to content

Commit 464cb72

Browse files
committed
remove pylint error
1 parent c28856d commit 464cb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def _region_supports_profiler(region_name):
905905

906906

907907
def _instance_type_supports_profiler(instance_type):
908-
"""Returns bool indicating whether instance_type supports Amazon SageMaker Debugger profiling feature.
908+
"""Returns bool indicating whether instance_type supports SageMaker Debugger profiling feature.
909909
910910
Args:
911911
instance_type (str): Name of the instance_type to check against.

0 commit comments

Comments
 (0)