From c34b2b820d6c687ba69b3ee5d8b7a9b1fae550ab Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Sun, 27 Feb 2022 11:01:43 +0100
Subject: [PATCH] L2SS-661: Removed unused imports

---
 .../integration_test/default/devices/test_device_beam.py         | 1 -
 .../integration_test/default/devices/test_device_xst.py          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beam.py b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beam.py
index 3a4dfdfb1..381678118 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beam.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_beam.py
@@ -12,7 +12,6 @@ import numpy
 import datetime
 import json
 
-from tango import DevState
 from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
 
 from .base import AbstractTestBases
diff --git a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_xst.py b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_xst.py
index dab2c7f25..071108ee5 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_xst.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/default/devices/test_device_xst.py
@@ -9,7 +9,6 @@
 # See LICENSE.txt for more info.
 from .base import AbstractTestBases
 
-from tango._tango import DevState
 from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
 
 class TestDeviceSST(AbstractTestBases.TestDeviceBase):
-- 
GitLab