Skip to content

Commit 6370d68

Browse files
PProfiziansys-akarcher
authored andcommitted
fix: keep import of BaseServer in server.py (#2646)
1 parent 64192ef commit 6370d68

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
@@ -49,7 +49,13 @@
4949
ServerFactory,
5050
GrpcMode
5151
)
52-
from ansys.dpf.core.server_types import DPF_DEFAULT_PORT, LOCALHOST, RUNNING_DOCKER, AnyServerType
52+
from ansys.dpf.core.server_types import ( # noqa: F401 # pylint: disable=unused-import
53+
DPF_DEFAULT_PORT,
54+
LOCALHOST,
55+
RUNNING_DOCKER,
56+
AnyServerType,
57+
BaseServer,
58+
)
5359

5460

5561
def shutdown_global_server():

0 commit comments

Comments
 (0)