From b9d6bcd8d719f3ffaffdc1d6102dd53199737d66 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Thu, 3 Feb 2022 12:05:58 +0100
Subject: [PATCH] L2SS-574: fix linting

---
 .../tangostationcontrol/test/devices/test_beam_device.py     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py
index e77317c3d..d5a1b701d 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):
 
-- 
GitLab