removed obsolete imports
This commit is contained in:
parent
71f61fc5fc
commit
1078aa8114
@ -1,8 +1,8 @@
|
|||||||
import os
|
import os
|
||||||
from functools import partial, reduce
|
from functools import partial
|
||||||
from itertools import chain, tee
|
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.config import CONFIG
|
||||||
from image_prediction.default_objects import get_formatter, get_mlflow_model_loader, get_image_classifier, get_extractor
|
from image_prediction.default_objects import get_formatter, get_mlflow_model_loader, get_image_classifier, get_extractor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user