From aa902e300dad3b346de901eb01e1ec5246cf4049 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 3 Nov 2021 08:00:09 +0100 Subject: [PATCH] L2SS-392: Add missing import --- tangostationcontrol/tangostationcontrol/devices/unb2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/tangostationcontrol/devices/unb2.py b/tangostationcontrol/tangostationcontrol/devices/unb2.py index 27e7456b4..9ca54c5fb 100644 --- a/tangostationcontrol/tangostationcontrol/devices/unb2.py +++ b/tangostationcontrol/tangostationcontrol/devices/unb2.py @@ -21,6 +21,7 @@ from tangostationcontrol.common.entrypoint import entry from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper from tangostationcontrol.devices.opcua_device import opcua_device from tangostationcontrol.common.lofar_logging import device_logging_to_python, log_exceptions +from tangostationcontrol.devices.device_decorators import only_when_on import numpy -- GitLab