From 2f21ce766707ba3eee3c6d42cdec1b097714f2e7 Mon Sep 17 00:00:00 2001 From: samueltwum1 <samueltwum1@gmail.com> Date: Tue, 19 Oct 2021 09:18:55 +0200 Subject: [PATCH] SAR-276 Fix import error --- tests/long_running_tasks/test_reference_base_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/long_running_tasks/test_reference_base_device.py b/tests/long_running_tasks/test_reference_base_device.py index b29e1260..1a8827f7 100644 --- a/tests/long_running_tasks/test_reference_base_device.py +++ b/tests/long_running_tasks/test_reference_base_device.py @@ -9,7 +9,7 @@ from unittest import mock from tango import EventType from tango.test_context import DeviceTestContext from tango.utils import EventCallback -from ska_tango_base.base.reference_base_device import ( +from reference_base_device import ( BlockingBaseDevice, AsyncBaseDevice, AsyncClientDevice, -- GitLab