aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/nodehandling.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/nodehandling.py')
-rwxr-xr-xqa/rpc-tests/nodehandling.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/nodehandling.py b/qa/rpc-tests/nodehandling.py
index e9682c4908..7313c79b54 100755
--- a/qa/rpc-tests/nodehandling.py
+++ b/qa/rpc-tests/nodehandling.py
@@ -10,7 +10,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
-import http.client
import urllib.parse
class NodeHandlingTest (BitcoinTestFramework):