Skip to content

Commit 3f7862a

Browse files
committed
AVoid import holoscan.operator as it drags in too much dependencies
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent f54fa7c commit 3f7862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535

3636

37-
from holoscan.operators import *
37+
# from holoscan.operators import *
3838

3939
from .dicom_data_loader_operator import DICOMDataLoaderOperator
4040
from .dicom_seg_writer_operator import DICOMSegmentationWriterOperator

0 commit comments

Comments
 (0)