chore: add todo for future cleanup

This commit is contained in:
Matthias
2024-12-05 06:58:25 +01:00
parent 6be5947f69
commit 0bf0e1808c

View File

@@ -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()