From 18276f76163e3e252a510b33db83c2b737ff1c1a Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Mon, 18 Sep 2023 08:15:55 +0100 Subject: [PATCH] remove import --- modules/ml-pipeline/src/pipeline/src/core/FeatureProcessor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ml-pipeline/src/pipeline/src/core/FeatureProcessor.py b/modules/ml-pipeline/src/pipeline/src/core/FeatureProcessor.py index 7f14e03..03ec4a9 100644 --- a/modules/ml-pipeline/src/pipeline/src/core/FeatureProcessor.py +++ b/modules/ml-pipeline/src/pipeline/src/core/FeatureProcessor.py @@ -9,7 +9,6 @@ Create additional features from the dataset import pandas as pd from typing import List, Callable, Union from core.interface.InterfaceFeatureProcessor import FeatureProcessor -from core.Logger import logger def feature_processor_factory(feature_processor_type: str) -> FeatureProcessor: