chore: remove obsolete todo

This commit is contained in:
Matthias
2025-09-20 20:23:43 +02:00
parent 985805e0d5
commit 16117e5b6c

View File

@@ -181,7 +181,6 @@ def trim_dataframes(
def order_book_to_dataframe(bids: list, asks: list) -> DataFrame:
"""
TODO: This should get a dedicated test
Gets order book list, returns dataframe with below format per suggested by creslin
-------------------------------------------------------------------
b_sum b_size bids asks a_size a_sum