Skip to content

Commit d484b21

Browse files
authored
Fix QA
1 parent eca1aa4 commit d484b21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ansys/dpf/core/server.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
ServerFactory,
5050
)
5151
from ansys.dpf.core.server_types import (
52-
DPF_DEFAULT_PORT,
53-
LOCALHOST,
54-
RUNNING_DOCKER,
55-
BaseServer,
52+
DPF_DEFAULT_PORT,
53+
LOCALHOST,
54+
RUNNING_DOCKER,
5655
AnyServerType,
56+
BaseServer,
5757
)
5858

5959

0 commit comments

Comments
 (0)