Skip to content

Commit 44803a2

Browse files
Remove unused import
Signed-off-by: Simone Bendazzoli <[email protected]>
1 parent dcc20c8 commit 44803a2

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)