From 3c90d726411433ad63d8f98491f321e6d4a5bf52 Mon Sep 17 00:00:00 2001 From: fmhoeger Date: Mon, 25 Dec 2023 14:55:25 -0600 Subject: [PATCH] Cleanup --- tests/test_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rpc.py b/tests/test_rpc.py index cac8c4b..cf3016c 100644 --- a/tests/test_rpc.py +++ b/tests/test_rpc.py @@ -2,7 +2,7 @@ from fixtures import * from pyln.client import Millisatoshi from pyln.testing.utils import BITCOIND_CONFIG, only_one, wait_for -from utils import * +from utils import get_only_one_descriptor def test_rpc_add(bitcoind, ln_node):