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_new_strategy, start_plot_dataframe, start_plot_profit,
start_recursive_analysis, start_show_trades,
start_strategy_update, start_test_pairlist,
start_trading, start_webserver)
start_strategy_update, start_test_pairlist, start_trading,
start_webserver)
subparsers = self.parser.add_subparsers(dest='command',
# Use custom message when no subhandler is added

View File

@@ -59,7 +59,7 @@ class RecursiveAnalysis:
# check and report signals
base_last_row = self.full_varHolder.indicators[pair_to_check].iloc[-1]
for part in self.partial_varHolder_array:
part_last_row = part.indicators[pair_to_check].iloc[-1]