From 23e8ffd7050ff9fa09c6aedf8311c1bd6ded0908 Mon Sep 17 00:00:00 2001 From: Shiva Raisinghani Date: Fri, 24 Sep 2021 13:10:32 -0700 Subject: [PATCH] remove duplicate line --- superset/utils/pandas_postprocessing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/utils/pandas_postprocessing.py b/superset/utils/pandas_postprocessing.py index 86df26393e6e8..f60f00a319b8d 100644 --- a/superset/utils/pandas_postprocessing.py +++ b/superset/utils/pandas_postprocessing.py @@ -752,7 +752,6 @@ def prophet( # pylint: disable=too-many-arguments - `__yhat`: the forecast for the given date - `__yhat_lower`: the lower bound of the forecast for the given date - `__yhat_upper`: the upper bound of the forecast for the given date - - `__yhat_upper`: the upper bound of the forecast for the given date :param df: DataFrame containing all-numeric data (temporal column ignored)