mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-13 17:50:30 +00:00
chore: fix merge mistake
This commit is contained in:
@@ -776,7 +776,7 @@ class FreqaiDataKitchen:
|
||||
corr_dataframes: dict = {},
|
||||
base_dataframes: dict = {},
|
||||
pair: str = "",
|
||||
prediction_dataframe: Optional[DataFrame] = None,
|
||||
prediction_dataframe: DataFrame | None = None,
|
||||
do_corr_pairs: bool = True,
|
||||
) -> DataFrame:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user