removed obsolete imports

This commit is contained in:
Matthias Bisping 2022-04-22 17:18:10 +02:00
parent 71f61fc5fc
commit 1078aa8114

View File

@ -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