diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py index e77317c3d4e3bb8b67face7bdb32e9a6152f7022..d5a1b701d5d590b003badf1c282b188a79d98943 100644 --- a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py +++ b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py @@ -7,16 +7,13 @@ # Distributed under the terms of the APACHE license. # See LICENSE.txt for more info. -from tango import DevState from tango.test_context import DeviceTestContext -from tangostationcontrol.devices import beam, recv, lofar_device +from tangostationcontrol.devices import beam, lofar_device -import numpy import mock from tangostationcontrol.test import base -from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy class TestBeamDevice(base.TestCase):