From c390eb1ae2e6b8e08b8539cba6c9c781a15cf438 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Fri, 18 Mar 2022 14:52:20 +0100 Subject: [PATCH] removed unused imports --- .../tangostationcontrol/devices/sdp/DigitalBeam.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py b/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py index 9b7899827..f9148336c 100644 --- a/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py +++ b/tangostationcontrol/tangostationcontrol/devices/sdp/DigitalBeam.py @@ -8,16 +8,16 @@ """ # PyTango imports -from tango.server import device_property -from tango import AttrWriteType +#from tango.server import device_property +#from tango import AttrWriteType # Additional import from tangostationcontrol.common.entrypoint import entry -from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper +#from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper from tangostationcontrol.devices.opcua_device import opcua_device -from tangostationcontrol.devices.sdp.sdp import SDP +#from tangostationcontrol.devices.sdp.sdp import SDP -import numpy +#import numpy __all__ = ["DigitalBeam", "main"] -- GitLab