diff --git a/monai/networks/utils.py b/monai/networks/utils.py index 6112d33100..42e537648a 100644 --- a/monai/networks/utils.py +++ b/monai/networks/utils.py @@ -37,7 +37,6 @@ onnxreference, _ = optional_import("onnx.reference") onnxruntime, _ = optional_import("onnxruntime") - __all__ = [ "one_hot", "predict_segmentation", diff --git a/tests/test_remove_small_objects.py b/tests/test_remove_small_objects.py index 4f2c9e9a7d..200f4ed9b2 100644 --- a/tests/test_remove_small_objects.py +++ b/tests/test_remove_small_objects.py @@ -37,7 +37,6 @@ affine[0, 0] = 2.0 TEST_INPUT3 = MetaTensor(TEST_INPUT2, affine=affine) - TESTS: list[tuple] = [] for dtype in (int, float): for p in TEST_NDARRAYS: