mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 03:27:41 +02:00
Merge #9508: Remove unused Python imports
95bab82 Remove unused Python imports (practicalswift)
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
from test_framework.mininode import *
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import *
|
||||
import time
|
||||
|
||||
class TestNode(NodeConnCB):
|
||||
def __init__(self):
|
||||
|
||||
@@ -12,9 +12,6 @@ from test_framework.util import *
|
||||
import zmq
|
||||
import struct
|
||||
|
||||
import http.client
|
||||
import urllib.parse
|
||||
|
||||
class ZMQTest (BitcoinTestFramework):
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user