Skip to content

Commit c8b600a

Browse files
ci: auto fixes from pre-commit.com hooks.
for more information, see https://pre-commit.ci
1 parent 9bf6306 commit c8b600a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ansys/mapdl/core/mapdl_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ def _multi_connect(self, n_attempts=5, timeout=15):
624624
def monitor_mapdl_alive():
625625
"""Monitor thread to check if MAPDL process is alive."""
626626
from ansys.mapdl.core.launcher import (
627-
_check_process_is_alive,
628627
_check_file_error_created,
628+
_check_process_is_alive,
629629
)
630630

631631
try:

tests/test_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ def test_multi_connect_with_valid_process(mapdl, cleared):
24172417
def test_multi_connect_early_exit_on_process_death(tmpdir):
24182418
"""Test that _multi_connect exits early when MAPDL process dies during connection."""
24192419
from ansys.mapdl.core.mapdl_grpc import MapdlGrpc
2420-
2420+
24212421
# Get MAPDL executable
24222422
exec_file = get_exec_file({"exec_file": None})
24232423

0 commit comments

Comments
 (0)