Unused remnant

This commit is contained in:
Robert Caulk 2022-05-03 11:15:13 +02:00 committed by GitHub
parent 46733fc966
commit bd01cbff47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ from freqtrade.commands.list_commands import (start_list_exchanges, start_list_m
start_show_trades)
from freqtrade.commands.optimize_commands import (start_backtesting, start_backtesting_show,
start_edge, start_hyperopt)
from freqtrade.commands.freqai_commands import (start_training)
from freqtrade.commands.pairlist_commands import start_test_pairlist
from freqtrade.commands.plot_commands import start_plot_dataframe, start_plot_profit
from freqtrade.commands.trade_commands import start_trading