Skip to content

Commit 4ea0fc7

Browse files
clea up comment
Signed-off-by: Yicheng-Lu-llll <[email protected]>
1 parent ca41b1a commit 4ea0fc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ray/_common/network_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,4 @@ def create_socket(socket_type: int = socket.SOCK_STREAM) -> socket.socket:
128128
node_ip = node_ip_address_from_perspective()
129129
family = socket.AF_INET6 if is_ipv6_ip(node_ip) else socket.AF_INET
130130

131-
# Create socket directly with Python socket API
132131
return socket.socket(family, socket_type)

0 commit comments

Comments
 (0)