Skip to content

Commit c68cab6

Browse files
authored
Update src/ansys/dpf/core/server.py
1 parent b1851a9 commit c68cab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/dpf/core/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
ServerConfig,
4949
ServerFactory,
5050
)
51-
from ansys.dpf.core.server_types import (
51+
from ansys.dpf.core.server_types import ( # noqa: F401 # pylint: disable=unused-import
5252
DPF_DEFAULT_PORT,
5353
LOCALHOST,
5454
RUNNING_DOCKER,
5555
AnyServerType,
56-
BaseServer, # noqa: F401 # pylint: disable=unused-import
56+
BaseServer,
5757
)
5858

5959

0 commit comments

Comments
 (0)