Skip to content

Commit f892967

Browse files
Remove unused SimpleITK import from monai_bundle_inference_operator.py
1 parent 3b127ed commit f892967

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

monai/deploy/operators/monai_bundle_inference_operator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
from typing import Any, Dict, List, Optional, Tuple, Type, Union
2323

2424
import numpy as np
25-
import SimpleITK
26-
from SimpleITK import Image as SimpleITKImage
2725

2826
from monai.deploy.core import AppContext, Fragment, Image, IOType, OperatorSpec
2927
from monai.deploy.utils.importutil import optional_import

0 commit comments

Comments
 (0)