Skip to content

Commit 26a42ae

Browse files
committed
disable logging on import
1 parent a43094a commit 26a42ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bioimageio/core/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
"""
22
.. include:: ../../README.md
33
"""
4+
# ruff: noqa: E402
45

56
__version__ = "0.9.0"
7+
from loguru import logger
8+
9+
logger.disable("bioimageio.core")
610

711
from bioimageio.spec import (
812
ValidationSummary,

0 commit comments

Comments
 (0)