aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet-accounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet-accounts.py')
-rwxr-xr-xtest/functional/wallet-accounts.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/wallet-accounts.py b/test/functional/wallet-accounts.py
index e6635bea1c..158aa9ae89 100755
--- a/test/functional/wallet-accounts.py
+++ b/test/functional/wallet-accounts.py
@@ -14,9 +14,7 @@ RPCs tested are:
"""
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import (
- assert_equal,
-)
+from test_framework.util import assert_equal
class WalletAccountsTest(BitcoinTestFramework):