Skip to content

Commit 16117e5

Browse files
committed
chore: remove obsolete todo
1 parent 985805e commit 16117e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freqtrade/data/converter/converter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def trim_dataframes(
181181

182182
def order_book_to_dataframe(bids: list, asks: list) -> DataFrame:
183183
"""
184-
TODO: This should get a dedicated test
185184
Gets order book list, returns dataframe with below format per suggested by creslin
186185
-------------------------------------------------------------------
187186
b_sum b_size bids asks a_size a_sum

0 commit comments

Comments
 (0)