1
0

Fix code quality warnings
Some checks failed
Run Python tests (through Pytest) / Test (push) Waiting to run
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Python Ruff Code Quality / ruff (push) Has been cancelled

This commit is contained in:
Jon Michael Aanes 2024-10-20 19:27:32 +02:00
parent 6116d4297e
commit b22b954e17
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -61,6 +61,8 @@ except ImportError:
from ._version import __version__
__all__ = ['__version__', 'SecretLoader']
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)