From 5a0adccbe26fbb48828cb7f866908c3c2171e537 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Nov 2024 14:53:00 +0000 Subject: [PATCH] hi --- utils/channel_access.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/channel_access.py b/utils/channel_access.py index 8351595d..447b04ba 100644 --- a/utils/channel_access.py +++ b/utils/channel_access.py @@ -12,8 +12,8 @@ from functools import partial, partialmethod from typing import Callable, Generator, Optional -from genie_python.genie import PVValue -from genie_python.genie_cachannel_wrapper import ( +from genie_python.genie import PVValue # type: ignore +from genie_python.genie_cachannel_wrapper import ( # type: ignore CaChannelWrapper, UnableToConnectToPVException, )