Fix pyflakes complaints

This commit is contained in:
Kris Nuttycombe 2021-01-14 07:34:40 -07:00
parent 77db54764a
commit ada04aa01d
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, connect_nodes_bi, start_nodes, stop_nodes, sync_blocks, wait_bitcoinds
from test_framework.authproxy import JSONRPCException
from decimal import Decimal
# Test wallet address behaviour across network upgrades

View File

@ -5,7 +5,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, connect_nodes_bi, start_nodes
from test_framework.authproxy import JSONRPCException
from decimal import Decimal
# Test wallet address behaviour across network upgrades