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

This commit is contained in:
2025-08-05 16:25:09 +02:00
parent 5018a10dd6
commit 7da5c72ac5
+1 -1
View File
@@ -6,7 +6,7 @@ from contextlib import contextmanager
from io import StringIO
import colorama
from slic.utils.pv import PV, use_callback # Import both PV and use_callback
from slic.utils.pv import PV
# Caproto is used to simulate a real EPICS IOC for testing
from caproto.server import pvproperty, PVGroup, ioc_arg_parser, run