Remove new-hyperopt command

This commit is contained in:
Matthias
2021-09-11 08:36:57 +02:00
parent 432c3df17e
commit ebb0b8aa3f
14 changed files with 7 additions and 317 deletions

View File

@@ -11,7 +11,7 @@ from freqtrade.commands.build_config_commands import start_new_config
from freqtrade.commands.data_commands import (start_convert_data, start_download_data,
start_list_data)
from freqtrade.commands.deploy_commands import (start_create_userdir, start_install_ui,
start_new_hyperopt, start_new_strategy)
start_new_strategy)
from freqtrade.commands.hyperopt_commands import start_hyperopt_list, start_hyperopt_show
from freqtrade.commands.list_commands import (start_list_exchanges, start_list_hyperopts,
start_list_markets, start_list_strategies,