Skip to content

Commit 39cb429

Browse files
committed
black test
1 parent 2702611 commit 39cb429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/image_uris.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ def _format_tag(tag_prefix, processor, py_version, container_version, inference_
428428
"""Creates a tag for the image URI."""
429429
if inference_tool:
430430
return "-".join(x for x in (tag_prefix, inference_tool, py_version, container_version) if x)
431-
432431
return "-".join(x for x in (tag_prefix, processor, py_version, container_version) if x)
433432

434433

0 commit comments

Comments
 (0)