Skip to content

Commit cf652c2

Browse files
author
Dan Choi
committed
newline
1 parent 9b18511 commit cf652c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,4 +677,4 @@ def _pull_image(image):
677677
print('docker command: {}'.format(pull_image_command))
678678

679679
subprocess.check_output(pull_image_command, shell=True)
680-
print('image pulled: {}'.format(image))
680+
print('image pulled: {}'.format(image))

0 commit comments

Comments
 (0)