From 7a2747e06f017fcdfc25505ee4fcbda7254041b8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 3 Nov 2021 06:50:57 +0000 Subject: [PATCH] L2SS-449: Remove superfluous import --- .../tangostationcontrol/devices/lofar_device.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/lofar_device.py b/tangostationcontrol/tangostationcontrol/devices/lofar_device.py index 0c13cf057..44005726a 100644 --- a/tangostationcontrol/tangostationcontrol/devices/lofar_device.py +++ b/tangostationcontrol/tangostationcontrol/devices/lofar_device.py @@ -15,8 +15,7 @@ from abc import abstractmethod # PyTango imports from tango.server import Device, command, DeviceMeta, attribute -from tango import AttrWriteType, DevState, DebugIt, Attribute, DeviceProxy, DevFailed - +from tango import AttrWriteType, DevState, DebugIt, Attribute, DeviceProxy import time import math -- GitLab