Skip to content

Commit 1279bb0

Browse files
committed
corrected indentation
1 parent 1c31f15 commit 1279bb0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ml_service/util/create_scoring_image.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@
5151
if image.creation_state != "Succeeded":
5252
raise Exception("Image creation status: {image.creation_state}")
5353

54-
print(
55-
"{}(v.{} [{}]) stored at {} with build log {}".format(
56-
image.name,
57-
image.version,
58-
image.creation_state,
59-
image.image_location,
60-
image.image_build_log_uri,
61-
)
54+
print("{}(v.{} [{}]) stored at {} with build log {}".format(
55+
image.name,
56+
image.version,
57+
image.creation_state,
58+
image.image_location,
59+
image.image_build_log_uri,
60+
)
6261
)

0 commit comments

Comments
 (0)