Skip to content

Commit 6178082

Browse files
Add ModelnnUNetWrapper import to nnunet bundle
1 parent 9da69fc commit 6178082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/nnunet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
from __future__ import annotations
1313

1414
from .nnunet_bundle import (
15+
ModelnnUNetWrapper,
1516
convert_monai_bundle_to_nnunet,
1617
convert_nnunet_to_monai_bundle,
1718
get_network_from_nnunet_plans,
1819
get_nnunet_monai_predictor,
1920
get_nnunet_trainer,
20-
ModelnnUNetWrapper
2121
)
2222
from .nnunetv2_runner import nnUNetV2Runner
2323
from .utils import NNUNETMode, analyze_data, create_new_data_copy, create_new_dataset_json

0 commit comments

Comments
 (0)