Skip to content

Commit 6a04890

Browse files
committed
Remove importing a removed function from holoscan logger
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 5088c66 commit 6a04890

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

monai/deploy/logger/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# Explicitly import load_env_log_level to quiet mypy complaints.
2-
# The rest could also be explicit, but then reqires updating when new ones are added.
31
from holoscan.logger import *
4-
from holoscan.logger import load_env_log_level
52

6-
# Can also use explicit list,
7-
# from holoscan.logger import load_env_log_level
3+
# Can also use explicit list, e.g.
4+
# from holoscan.logger import set_log_level

0 commit comments

Comments
 (0)