From dc4e63ad6c2ee1362dd2057e9013efc5fd651260 Mon Sep 17 00:00:00 2001 From: mxaddict Date: Wed, 3 Jan 2024 20:03:49 +0800 Subject: [PATCH] Fixes for linter --- test/functional/wallet_fundrawtransaction.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/wallet_fundrawtransaction.py b/test/functional/wallet_fundrawtransaction.py index e8a4bb2f753be..414158659e188 100755 --- a/test/functional/wallet_fundrawtransaction.py +++ b/test/functional/wallet_fundrawtransaction.py @@ -6,6 +6,7 @@ from decimal import Decimal +from itertools import product from math import ceil from test_framework.descriptors import descsum_create @@ -14,6 +15,7 @@ ) from test_framework.test_framework import BitcoinTestFramework from test_framework.util import ( + assert_approx, assert_equal, assert_fee_amount, assert_greater_than,