From 50ebd0137082db5ba5557013fa8e3c5bbcc6663a Mon Sep 17 00:00:00 2001 From: Camille Bellot <80476446+cbellot000@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:37:40 +0100 Subject: [PATCH] Update src/ansys/dpf/core/settings.py --- src/ansys/dpf/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/dpf/core/settings.py b/src/ansys/dpf/core/settings.py index b562164fcf..b658f69fe9 100644 --- a/src/ansys/dpf/core/settings.py +++ b/src/ansys/dpf/core/settings.py @@ -126,7 +126,7 @@ def get_runtime_client_config(server=None): """ from ansys.dpf.core.runtime_config import RuntimeClientConfig - from ansys.dpf import core + from ansys.dpf import core as root if server is None: server = core.SERVER if server is not None and server.has_client():