mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
download_backtest: fix imports and travis
This commit is contained in:
parent
66866ff260
commit
78bafee39d
|
@ -4,8 +4,7 @@
|
|||
import json
|
||||
import sys
|
||||
|
||||
from freqtrade import exchange
|
||||
from freqtrade import arguments
|
||||
from freqtrade import (exchange, arguments, misc)
|
||||
from freqtrade.exchange import ccxt
|
||||
|
||||
BASE_PATH = 'freqtrade/tests/testdata'
|
||||
|
|
Loading…
Reference in New Issue
Block a user