diff --git a/image_prediction/classifier/classifier.py b/image_prediction/classifier/classifier.py index ddbd8c0..9aae0b6 100644 --- a/image_prediction/classifier/classifier.py +++ b/image_prediction/classifier/classifier.py @@ -6,9 +6,6 @@ from funcy import rcompose from image_prediction.estimator.adapter.adapter import EstimatorAdapter from image_prediction.label_mapper.mapper import LabelMapper -from image_prediction.utils import get_logger - -logger = get_logger() class Classifier: