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