From d3e5b597823ad029f693a9b1a9094de6d7944349 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Nov 2024 14:51:15 +0000 Subject: [PATCH] make tests work --- utils/channel_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/channel_access.py b/utils/channel_access.py index e00c4050..8351595d 100644 --- a/utils/channel_access.py +++ b/utils/channel_access.py @@ -12,9 +12,9 @@ from functools import partial, partialmethod from typing import Callable, Generator, Optional +from genie_python.genie import PVValue from genie_python.genie_cachannel_wrapper import ( CaChannelWrapper, - PVValue, UnableToConnectToPVException, ) from genie_python.genie_p4p_wrapper import P4PWrapper # type: ignore