mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove unused import
This commit is contained in:
parent
e072522ed1
commit
d047ac67a8
|
@ -4,8 +4,6 @@ import pytest
|
|||
from freqtrade_client import FtRestClient
|
||||
from freqtrade_client.ft_client import add_arguments, main_exec
|
||||
|
||||
from freqtrade.vendor.qtpylib.indicators import returns
|
||||
|
||||
|
||||
def get_rest_client():
|
||||
client = FtRestClient('http://localhost:8080', 'freqtrader', 'password')
|
||||
|
|
Loading…
Reference in New Issue
Block a user