cleanup and better docstring

This commit is contained in:
Matthias
2019-10-14 06:19:59 +02:00
parent 023eb19615
commit 13e80e449c
4 changed files with 7 additions and 22 deletions

View File

@@ -93,7 +93,6 @@ def load_trades_file(datadir: Path, pair: str,
if not tradesdata:
return []
# TODO: trim trades based on timerange... ?
return tradesdata