Remove unused import

This commit is contained in:
Neil Booth 2015-11-28 22:14:24 +09:00
parent 8785b65a1f
commit 530dc16ed2
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
from operator import itemgetter
from bitcoin import MIN_RELAY_TX_FEE
from util import NotEnoughFunds, PrintError, profiler
from transaction import Transaction