Remove unused import
This commit is contained in:
@@ -4,8 +4,6 @@ import pytest
|
|||||||
from freqtrade_client import FtRestClient
|
from freqtrade_client import FtRestClient
|
||||||
from freqtrade_client.ft_client import add_arguments, main_exec
|
from freqtrade_client.ft_client import add_arguments, main_exec
|
||||||
|
|
||||||
from freqtrade.vendor.qtpylib.indicators import returns
|
|
||||||
|
|
||||||
|
|
||||||
def get_rest_client():
|
def get_rest_client():
|
||||||
client = FtRestClient('http://localhost:8080', 'freqtrader', 'password')
|
client = FtRestClient('http://localhost:8080', 'freqtrader', 'password')
|
||||||
|
|||||||
Reference in New Issue
Block a user