mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 01:23:04 +00:00
Fix imports that import directly from file
instead from the exporting package
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user