Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/ansys/dpf/core/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@
ServerConfig,
ServerFactory,
)
from ansys.dpf.core.server_types import DPF_DEFAULT_PORT, LOCALHOST, RUNNING_DOCKER, AnyServerType
from ansys.dpf.core.server_types import ( # noqa: F401 # pylint: disable=unused-import
DPF_DEFAULT_PORT,
LOCALHOST,
RUNNING_DOCKER,
AnyServerType,
BaseServer,
)


def shutdown_global_server():
Expand Down
Loading