Fix imports that import directly from file

instead from the exporting package
This commit is contained in:
Matthias
2024-03-15 06:40:42 +01:00
parent 3037cef4d2
commit 4aff24f6df
8 changed files with 9 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ def start_list_data(args: Dict[str, Any]) -> None:
from tabulate import tabulate
from freqtrade.data.history.idatahandler import get_datahandler
from freqtrade.data.history import get_datahandler
dhc = get_datahandler(config['datadir'], config['dataformat_ohlcv'])
paircombs = dhc.ohlcv_get_available_data(