From 5707abe353219ba9d8cce0bdf8347371cd9adbd7 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 13 Jan 2020 11:40:30 +0100 Subject: [PATCH] formatting --- pts/model/tempflow/tempflow_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pts/model/tempflow/tempflow_estimator.py b/pts/model/tempflow/tempflow_estimator.py index 75552de..2dbc848 100644 --- a/pts/model/tempflow/tempflow_estimator.py +++ b/pts/model/tempflow/tempflow_estimator.py @@ -105,7 +105,7 @@ class TempFlowEstimator(PTSEstimator): self.pick_incomplete = pick_incomplete self.scaling = scaling - def create_transformation(self) -> Transformation: + def create_transformation(self) -> Transformation: return Chain( [ AsNumpyArray(