[tests] fix flake8 warnings in zapwallettxes.py
This commit is contained in:
parent
afd2fca911
commit
ff7365e780
1 changed files with 26 additions and 22 deletions
|
@ -13,8 +13,12 @@
|
||||||
available, but that the unconfirmed transaction has been zapped.
|
available, but that the unconfirmed transaction has been zapped.
|
||||||
"""
|
"""
|
||||||
from test_framework.test_framework import BitcoinTestFramework
|
from test_framework.test_framework import BitcoinTestFramework
|
||||||
from test_framework.util import *
|
from test_framework.util import (assert_equal,
|
||||||
|
assert_raises,
|
||||||
|
bitcoind_processes,
|
||||||
|
connect_nodes_bi,
|
||||||
|
JSONRPCException,
|
||||||
|
)
|
||||||
|
|
||||||
class ZapWalletTXesTest (BitcoinTestFramework):
|
class ZapWalletTXesTest (BitcoinTestFramework):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue