From 65fbcda556c7f0879274b6b9766bce705853682b Mon Sep 17 00:00:00 2001 From: tecnovert Date: Wed, 15 Jan 2025 18:45:16 +0200 Subject: [PATCH] Fix lint issue. --- tests/basicswap/test_btc_xmr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/basicswap/test_btc_xmr.py b/tests/basicswap/test_btc_xmr.py index 9407576..9deebc3 100644 --- a/tests/basicswap/test_btc_xmr.py +++ b/tests/basicswap/test_btc_xmr.py @@ -1849,7 +1849,6 @@ class TestBTC(BasicSwapTest): start_ltc_nodes = False base_rpc_port = BTC_BASE_RPC_PORT - def test_003_api(self): logging.info("---------- Test API")