From 0bf0e1808ca11776f8ddf856f1b81b86bf30b8ce Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 5 Dec 2024 06:58:25 +0100 Subject: [PATCH] chore: add todo for future cleanup --- tests/data/test_converter_orderflow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/data/test_converter_orderflow.py b/tests/data/test_converter_orderflow.py index 9a337da91..88e21d7ab 100644 --- a/tests/data/test_converter_orderflow.py +++ b/tests/data/test_converter_orderflow.py @@ -37,6 +37,7 @@ def populate_dataframe_with_trades_trades(testdatadir): @pytest.fixture def candles(testdatadir): + # TODO: this fixture isn't really necessary and could be removed return pd.read_json(testdatadir / "orderflow/candles.json").copy()