Skip to content

Commit 6f6f399

Browse files
EC2 Default Usersamadwar
EC2 Default User
authored andcommitted
fixed uneccessary
1 parent f9d1e2b commit 6f6f399

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/local/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ def get_docker_host():
151151
parsed_url = urlparse(docker_context_host_url)
152152
if parsed_url.hostname and parsed_url.scheme == "tcp":
153153
return parsed_url.hostname
154-
else:
155-
return "localhost"
154+
return "localhost"

0 commit comments

Comments
 (0)