0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

test: remove import socket in test_ipv6_local

This commit is contained in:
brunoerg 2022-02-14 19:27:33 -03:00
parent 3ce40e64d4
commit 460fa8e0d9

View file

@ -144,7 +144,6 @@ def test_ipv6_local():
'''
Check for (local) IPv6 support.
'''
import socket
# By using SOCK_DGRAM this will not actually make a connection, but it will
# fail if there is no route to IPv6 localhost.
have_ipv6 = True