change unused var

This commit is contained in:
Timothy Pogue 2022-12-06 16:02:28 -07:00
parent 6717dff19b
commit 414c0ce050
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class DataProvider:
# return False and 1000 for the full df
return (False, 1000)
existing_df, la = self.__producer_pairs_df[producer_name][pair_key]
existing_df, _ = self.__producer_pairs_df[producer_name][pair_key]
# Handle overlapping candles
old_candles = existing_df[