Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Kerfoot <[email protected]>
  • Loading branch information
ericspod committed Sep 26, 2024
1 parent 7697dcd commit 2057969
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions monai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2057969

Please sign in to comment.