Skip to content

Commit bc88f34

Browse files
authored
fix: keep import of ServerBase in server.py
1 parent 1e18868 commit bc88f34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/ansys/dpf/core/server.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@
4848
ServerConfig,
4949
ServerFactory,
5050
)
51-
from ansys.dpf.core.server_types import DPF_DEFAULT_PORT, LOCALHOST, RUNNING_DOCKER, AnyServerType
51+
from ansys.dpf.core.server_types import (
52+
DPF_DEFAULT_PORT,
53+
LOCALHOST,
54+
RUNNING_DOCKER,
55+
ServerBase,
56+
AnyServerType,
57+
)
5258

5359

5460
def shutdown_global_server():

0 commit comments

Comments
 (0)