From 460fa8e0d9c1d08b5b5bca3fa02ba2763337aaf1 Mon Sep 17 00:00:00 2001 From: brunoerg Date: Mon, 14 Feb 2022 19:27:33 -0300 Subject: [PATCH] test: remove `import socket` in test_ipv6_local --- test/functional/test_framework/netutil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/test_framework/netutil.py b/test/functional/test_framework/netutil.py index 174dc44a2a2..b64f66e69b7 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