remove unused import
This commit is contained in:
parent
356ab9666f
commit
fe59ed0105
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from twisted.internet import defer
|
||||||
from twisted.enterprise import adbapi
|
from twisted.enterprise import adbapi
|
||||||
|
|
||||||
from torba.hash import TXRefImmutable
|
from torba.hash import TXRefImmutable
|
||||||
from torba.basetransaction import BaseTransaction, TXORefResolvable
|
from torba.basetransaction import BaseTransaction
|
||||||
from torba.baseaccount import BaseAccount
|
from torba.baseaccount import BaseAccount
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
Loading…
Reference in a new issue