1
0

Isort __all__
All checks were successful
Python Ruff Code Quality / ruff (push) Successful in 22s
Run Python tests (through Pytest) / Test (push) Successful in 26s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2024-11-26 23:05:08 +01:00
parent b5510ece43
commit ea63a66d5c
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -54,7 +54,7 @@ from pathlib import Path
from ._version import __version__
__all__ = ['__version__', 'SecretLoader']
__all__ = ['SecretLoader', '__version__']
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)