1
0

Remember __version__
Some checks failed
Python Ruff Code Quality / ruff (push) Failing after 22s
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 29s

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

View File

@ -59,6 +59,8 @@ try:
except ImportError:
hvac = None
from ._version import __version__
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)