From c6b46d75cbf3510a29586eef912b999ddfcd6067 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 Sep 2024 08:24:47 +0200 Subject: [PATCH] chore: fix B018 violation --- tests/data/test_download_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/data/test_download_data.py b/tests/data/test_download_data.py index f2c8a51d4..f26a30ce1 100644 --- a/tests/data/test_download_data.py +++ b/tests/data/test_download_data.py @@ -86,7 +86,6 @@ def test_download_data_main_trades(mocker): # Exchange that doesn't support historic downloads config["exchange"]["name"] = "bybit" with pytest.raises(OperationalException, match=r"Trade history not available for .*"): - config download_data_main(config)