Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen authored and LowriJenkins committed Nov 18, 2024
1 parent d3e5b59 commit 5a0adcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/channel_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 5a0adcc

Please sign in to comment.