Skip to content

Commit 4b4d34c

Browse files
committed
Flake 8 complaint of unused import
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 016add6 commit 4b4d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/monai_seg_inference_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# Dynamic class is not handled so make it Any for now: https://github.com/python/mypy/issues/2477
3939
Compose: Any = Compose_
4040

41-
from monai.deploy.core import AppContext, ConditionType, Fragment, Image, Model, OperatorSpec
41+
from monai.deploy.core import AppContext, ConditionType, Fragment, Image, OperatorSpec
4242

4343
from .inference_operator import InferenceOperator
4444

0 commit comments

Comments
 (0)