Skip to content

Commit

Permalink
make tests work
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 025157d commit d3e5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/channel_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e5b59

Please sign in to comment.