From cdb4fae605ab4fbfcb29b0a20c1d794e0f7a4dc8 Mon Sep 17 00:00:00 2001 From: "Wesley M. Gifford" Date: Mon, 29 Jul 2024 19:55:44 -0400 Subject: [PATCH] style --- tests/toolkit/test_time_series_forecasting_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/toolkit/test_time_series_forecasting_pipeline.py b/tests/toolkit/test_time_series_forecasting_pipeline.py index a00078b1..baa862a0 100644 --- a/tests/toolkit/test_time_series_forecasting_pipeline.py +++ b/tests/toolkit/test_time_series_forecasting_pipeline.py @@ -2,6 +2,7 @@ # """Tests the time series preprocessor and functions""" + import pandas as pd import pytest from transformers import PatchTSTForPrediction