Skip to content

Commit

Permalink
remove duplicate line (apache#16838)
Browse files Browse the repository at this point in the history
  • Loading branch information
exemplary-citizen authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent a47f7cd commit 9f1fca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/utils/pandas_postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f1fca0

Please sign in to comment.