1
0

Remove unused import

This commit is contained in:
Neil Booth
2016-01-16 19:03:06 +09:00
parent 15707b5590
commit f1bb3e846d

View File

@@ -18,7 +18,6 @@
from collections import defaultdict, namedtuple from collections import defaultdict, namedtuple
from math import floor, log10 from math import floor, log10
import hashlib
import struct import struct
from bitcoin import sha256, COIN, TYPE_ADDRESS from bitcoin import sha256, COIN, TYPE_ADDRESS