From 0f762c4e99e1d54254b65cda5e193ccc10b73fa0 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Tue, 2 Nov 2021 08:37:50 +0000
Subject: [PATCH] L2SS-287: Fix broken import in integration tests

---
 .../integration_test/devices/test_device_sst.py                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_sst.py b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_sst.py
index 513d5f7ea..194313fd6 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_sst.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_sst.py
@@ -12,7 +12,7 @@ import time
 
 from tango._tango import DevState
 
-from tangostationcontrol.integration_test.device_proxy import base, TestDeviceProxy
+from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
 from tangostationcontrol.integration_test import base
 
 
-- 
GitLab