[tests] remove unused imports from utils.py

This commit is contained in:
John Newbery
2017-06-07 11:54:39 -04:00
parent 90a002ea64
commit 37065d2ed2
3 changed files with 6 additions and 6 deletions

View File

@@ -30,10 +30,11 @@ confirm 1/2/3/4 balances are same as before.
Shutdown again, restore using importwallet,
and confirm again balances are correct.
"""
from random import randint
import shutil
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
from random import randint
class WalletBackupTest(BitcoinTestFramework):