From 20579693a6e2f51e478a47ea2c438325aa699d1e Mon Sep 17 00:00:00 2001 From: Eric Kerfoot Date: Thu, 26 Sep 2024 10:18:20 +0100 Subject: [PATCH] Cleanup Signed-off-by: Eric Kerfoot --- monai/__init__.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/monai/__init__.py b/monai/__init__.py index 6c2429032b..46f7510915 100644 --- a/monai/__init__.py +++ b/monai/__init__.py @@ -79,20 +79,6 @@ def filter(self, record): category=RuntimeWarning, ) -# handlers_* have some external decorators the users may not have installed -# *.so files and folder "_C" may not exist when the cpp extensions are not compiled -excludes = "|".join( - [ - "(^(monai.handlers))", - "(^(monai.bundle))", - "(^(monai.fl))", - "((\\.so)$)", - "(^(monai._C))", - "(.*(__main__)$)", - "(.*(video_dataset)$)", - "(.*(nnunet).*$)", - ] -) from . import ( # noqa: E402 apps,