From be63707988b5260c7b9922c66d55a2b026ba47dc Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 19 Jan 2022 11:30:34 +0000 Subject: [PATCH] L2SS-551: Remove abc meta import --- tangostationcontrol/tangostationcontrol/devices/lofar_device.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/lofar_device.py b/tangostationcontrol/tangostationcontrol/devices/lofar_device.py index d9ffe2d8d..6fed370c4 100644 --- a/tangostationcontrol/tangostationcontrol/devices/lofar_device.py +++ b/tangostationcontrol/tangostationcontrol/devices/lofar_device.py @@ -11,8 +11,6 @@ """ -from abc import abstractmethod - # PyTango imports from tango.server import attribute, command, Device, DeviceMeta from tango import AttrWriteType, DevState, DebugIt, Attribute, DeviceProxy -- GitLab