Skip to content

Commit e1147f1

Browse files
committed
fix: codestyle
1 parent f78058a commit e1147f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/local/image.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ def process(
227227

228228
if _ecr_login_if_needed(self.sagemaker_session.boto_session, self.image):
229229
_pull_image(self.image)
230-
231-
# Remove sagemaker-local network, compose_command will fail if an existing network is still around
230+
231+
# Remove sagemaker-local network, compose_command will fail if an existing
232+
# network is still around
232233
remove_sagemaker_local = ["docker", "network", "rm", STUDIO_HOST_NAME]
233234
remove_process = subprocess.Popen(
234235
remove_sagemaker_local, stdout=subprocess.PIPE, stderr=subprocess.STDOUT

0 commit comments

Comments
 (0)