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

This commit is contained in:
2025-08-03 16:27:07 +02:00
parent ca27e932cd
commit bde9ca3494
+1 -1
View File
@@ -6,7 +6,7 @@ from epics.motor import MotorException
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from slic.utils.ask_yes_no import *
from slic.utils.hastyepics import *
def test_get_pv_creation_and_connection():