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 3a4dfdfb14999f18da0325a5b1dbda03034a61c1..381678118b123793767aff753e4461b7916fe5bd 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 dab2c7f2573f5c21ae375d8c2616085afc17fd7c..071108ee57e025c30fc423d7ce2312b66d5012a7 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):