- extraneous constants import

This commit is contained in:
Lex Berezhny 2018-08-30 12:46:51 -04:00
parent 9e55694512
commit b102afd68a

View file

@ -4,7 +4,6 @@ from twisted.internet import defer
from torba.baseledger import BaseLedger, LedgerRegistry
from torba.wallet import Wallet, WalletStorage
from torba.constants import COIN
log = logging.getLogger(__name__)