Skip to content

Commit d230e99

Browse files
committed
black format
1 parent 8ae6c1f commit d230e99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jobs/kpi-forecasting/kpi-forecasting/Utils/AutoArimaFit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
def run_forecast_arima(dataset: pd.DataFrame, config: dict) -> pd.DataFrame:
12-
1312
fit_parameters = config[
1413
"forecast_parameters"
1514
].copy() # you must force a copy here or it assigns a reference to

0 commit comments

Comments
 (0)