Browse Source

Remove unused import

283
Neil Booth 9 years ago
parent
commit
530dc16ed2
  1. 1
      lib/coinchooser.py

1
lib/coinchooser.py

@ -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

Loading…
Cancel
Save