pre-commit fixes

This commit is contained in:
root
2023-09-04 11:38:13 +09:00
parent 821a598ff4
commit 3fea2a35a2
2 changed files with 3 additions and 3 deletions

View File

@@ -209,8 +209,8 @@ class Arguments:
start_lookahead_analysis, start_new_config, start_lookahead_analysis, start_new_config,
start_new_strategy, start_plot_dataframe, start_plot_profit, start_new_strategy, start_plot_dataframe, start_plot_profit,
start_recursive_analysis, start_show_trades, start_recursive_analysis, start_show_trades,
start_strategy_update, start_test_pairlist, start_strategy_update, start_test_pairlist, start_trading,
start_trading, start_webserver) start_webserver)
subparsers = self.parser.add_subparsers(dest='command', subparsers = self.parser.add_subparsers(dest='command',
# Use custom message when no subhandler is added # Use custom message when no subhandler is added