Skip to content

Commit c385779

Browse files
committed
updat with black check
1 parent 913a55b commit c385779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/image_uris.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def _processor(instance_type, available_processors):
336336
"Invalid SageMaker instance type: {}. For options, see: "
337337
"https://aws.amazon.com/sagemaker/pricing/instance-types".format(instance_type)
338338
)
339-
339+
340340
_validate_arg(processor, available_processors, "processor")
341341
return processor
342342

0 commit comments

Comments
 (0)