diff --git a/image_prediction/pipeline.py b/image_prediction/pipeline.py index fed0c89..2d85fc4 100644 --- a/image_prediction/pipeline.py +++ b/image_prediction/pipeline.py @@ -1,8 +1,8 @@ import os -from functools import partial, reduce +from functools import partial from itertools import chain, tee -from funcy import rcompose, first, compose, second, chunks, identity, curry +from funcy import rcompose, first, compose, second, chunks, identity from image_prediction.config import CONFIG from image_prediction.default_objects import get_formatter, get_mlflow_model_loader, get_image_classifier, get_extractor