fix: fix extra insert for count on dataset creation (#24625)

(cherry picked from commit e6e8276a20)
This commit is contained in:
Hugh A. Miles II
2023-07-10 12:55:11 -04:00
committed by Michael S. Molina
parent 2bd9ca3c94
commit 846d3c03aa
2 changed files with 2 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ def _prophet_fit_and_predict( # pylint: disable=too-many-arguments
Fit a prophet model and return a DataFrame with predicted results.
"""
try:
# pylint: disable=import-error,import-outside-toplevel
# pylint: disable=import-outside-toplevel
from prophet import Prophet
prophet_logger = logging.getLogger("prophet.plot")