From c5405e9c4caea53bc5842ca428b0043d8b5da889 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Wed, 19 Jun 2024 15:32:37 +0100 Subject: [PATCH] adapt to cylc-flow code refactor --- cylc/uiserver/tests/test_data_store_mgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/uiserver/tests/test_data_store_mgr.py b/cylc/uiserver/tests/test_data_store_mgr.py index ad95cd5a..f8329970 100644 --- a/cylc/uiserver/tests/test_data_store_mgr.py +++ b/cylc/uiserver/tests/test_data_store_mgr.py @@ -22,7 +22,7 @@ from cylc.flow.exceptions import ClientTimeout, WorkflowStopped from cylc.flow.id import Tokens -from cylc.flow.network import ZMQSocketBase +from cylc.flow.network.base import ZMQSocketBase from cylc.flow.workflow_files import ContactFileFields as CFF from cylc.uiserver.data_store_mgr import DataStoreMgr