Skip to content

Commit 460fa8e

Browse files
committed
test: remove import socket in test_ipv6_local
1 parent 3ce40e6 commit 460fa8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/test_framework/netutil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def test_ipv6_local():
144144
'''
145145
Check for (local) IPv6 support.
146146
'''
147-
import socket
148147
# By using SOCK_DGRAM this will not actually make a connection, but it will
149148
# fail if there is no route to IPv6 localhost.
150149
have_ipv6 = True

0 commit comments

Comments
 (0)