test: Remove unused imports

This commit is contained in:
MarcoFalke
2019-04-06 18:38:51 -04:00
parent fa16a09215
commit fafe5f0d09
28 changed files with 79 additions and 41 deletions

View File

@ -8,7 +8,11 @@ from decimal import Decimal
from test_framework.messages import COIN
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, assert_raises_rpc_error, satoshi_round, sync_blocks, sync_mempools
from test_framework.util import (
assert_equal,
assert_raises_rpc_error,
satoshi_round,
)
MAX_ANCESTORS = 25
MAX_DESCENDANTS = 25