Skip to content

Commit d7239a3

Browse files
committed
fix: missing import
1 parent 1feea58 commit d7239a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/mapdl/core/mapdl_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def _post_mortem_checks(self):
651651

652652
def _read_stds(self):
653653
"""Read the stdout and stderr from the subprocess."""
654-
from ansys.mapdl.core.launcher import (
654+
from ansys.mapdl.core.launcher.tools import (
655655
_get_std_output, # Avoid circular import error
656656
)
657657

0 commit comments

Comments
 (0)