Skip to content

Commit c49756c

Browse files
committed
fix formatting
1 parent c5e643a commit c49756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
)
5050

5151
DEBUGGER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
52-
PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1")
52+
PROFILER_UNSUPPORTED_REGIONS = ("us-iso-east-1",)
5353

5454
SINGLE_GPU_INSTANCE_TYPES = ("ml.p2.xlarge", "ml.p3.2xlarge")
5555
SM_DATAPARALLEL_SUPPORTED_INSTANCE_TYPES = (

0 commit comments

Comments
 (0)