Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 57s

This commit is contained in:
2025-08-05 17:05:47 +02:00
parent e552480d83
commit 19b199d2d7
+2 -1
View File
@@ -9,7 +9,8 @@ import colorama
from slic.utils.pv import PV
print("PV backend:", type(PV))
import logging
logging.warning("PV class origin: %s", pv.PV)
logging.warning("PV MRO: %s", PV.__mro__)
'''