diff options
author | brunoerg <brunoely.gc@gmail.com> | 2022-02-14 19:27:33 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2022-02-14 19:27:33 -0300 |
commit | 460fa8e0d9c1d08b5b5bca3fa02ba2763337aaf1 (patch) | |
tree | 5fabe1ff777caba1391d0f505804712ae2aa4ebf /test/functional/test_framework/netutil.py | |
parent | 3ce40e64d4ae9419658555fd1fb250b93f52684a (diff) |
test: remove `import socket` in test_ipv6_local
Diffstat (limited to 'test/functional/test_framework/netutil.py')
-rw-r--r-- | test/functional/test_framework/netutil.py | 1 |
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 |