From e1c6bb5f51d0c540c03453a8d8a9784127d31411 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 26 Jan 2022 10:32:35 +0100 Subject: [PATCH] L2SS-480: Remove unused import --- .../tangostationcontrol/test/devices/test_beam_device.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py index 31e2d1c36..06a6d8581 100644 --- a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py +++ b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py @@ -9,7 +9,6 @@ from tango import DevState from tango.test_context import DeviceTestContext -import tango from tangostationcontrol.devices import beam, lofar_device -- GitLab