From cbb2a2ffd084e7d5b982bebfb48c8535db063ad1 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Tue, 25 Jan 2022 14:56:13 +0100
Subject: [PATCH] L2SS-480: fix linting

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

diff --git a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py
index 8db5c40bc..929f969b3 100644
--- a/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py
+++ b/tangostationcontrol/tangostationcontrol/test/devices/test_beam_device.py
@@ -7,9 +7,7 @@
 # Distributed under the terms of the APACHE license.
 # See LICENSE.txt for more info.
 
-import numpy
-
-from tango import DevState, DevFailed
+from tango import DevState
 from tango.test_context import DeviceTestContext
 
 from tangostationcontrol.devices import beam
-- 
GitLab