aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-02-14 19:27:33 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-02-14 19:27:33 -0300
commit460fa8e0d9c1d08b5b5bca3fa02ba2763337aaf1 (patch)
tree5fabe1ff777caba1391d0f505804712ae2aa4ebf /test/functional
parent3ce40e64d4ae9419658555fd1fb250b93f52684a (diff)
downloadbitcoin-460fa8e0d9c1d08b5b5bca3fa02ba2763337aaf1.tar.xz
test: remove `import socket` in test_ipv6_local
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/test_framework/netutil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_framework/netutil.py b/test/functional/test_framework/netutil.py
index 174dc44a2a..b64f66e69b 100644
--- a/test/functional/test_framework/netutil.py
+++ b/test/functional/test_framework/netutil.py
@@ -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