Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 10, 2025
1 parent 1feea58 commit d7239a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/mapdl_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def _post_mortem_checks(self):

def _read_stds(self):
"""Read the stdout and stderr from the subprocess."""
from ansys.mapdl.core.launcher import (
from ansys.mapdl.core.launcher.tools import (
_get_std_output, # Avoid circular import error
)

Expand Down

0 comments on commit d7239a3

Please sign in to comment.