From 025157dc30419c4f40cb11a6012c08a28eb72486 Mon Sep 17 00:00:00 2001 From: Lowri Jenkins Date: Fri, 4 Oct 2024 13:05:15 +0100 Subject: [PATCH] Add type: ignore to import as pyright on the github action can't see genie_python --- 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 8c607531..e00c4050 100644 --- a/utils/channel_access.py +++ b/utils/channel_access.py @@ -17,7 +17,7 @@ PVValue, UnableToConnectToPVException, ) -from genie_python.genie_p4p_wrapper import P4PWrapper +from genie_python.genie_p4p_wrapper import P4PWrapper # type: ignore from utils.formatters import format_value