We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a0f9d commit 652762bCopy full SHA for 652762b
src/dt4acc/custom_epics/ioc/handlers.py
@@ -1,6 +1,5 @@
1
from bact_twin_architecture.bl.command_rewriter import CommandRewriter
2
# from dt4acc.custom_epics.ioc.liasion_translation_manager import build_managers
3
-from p4p.client.asyncio import Context
4
5
from .liasion_translation_manager import build_managers
6
from ...core.accelerators.pyat_accelerator import setup_accelerator
@@ -9,7 +8,6 @@
9
8
10
logger = get_logger()
11
12
-ctx = Context("pva") # Create a context for EPICS PVA (PV Access)
13
14
#: todo replace soon by database service
15
0 commit comments