From 3d73bcf157c1591e39439c6299238f89a18ea186 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 13 Jan 2020 11:39:32 +0100 Subject: [PATCH] typo --- pts/model/tempflow/tempflow_estimator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pts/model/tempflow/tempflow_estimator.py b/pts/model/tempflow/tempflow_estimator.py index a5b2c57..75552de 100644 --- a/pts/model/tempflow/tempflow_estimator.py +++ b/pts/model/tempflow/tempflow_estimator.py @@ -30,7 +30,6 @@ from pts.feature import ( fourier_time_features_from_frequency_str, get_fourier_lags_for_frequency, ) -from from .tempflow_network import TempFlowTrainingNetwork, TempFlowPredictionNetwork