diff --git a/conda_subprocess/decorator.py b/conda_subprocess/decorator.py index de7b2b4..1ccbbb8 100644 --- a/conda_subprocess/decorator.py +++ b/conda_subprocess/decorator.py @@ -3,8 +3,8 @@ from socket import gethostname from typing import Optional -from executorlib.standalone.interactive.communication import SocketInterface from executorlib.standalone.command import get_command_path +from executorlib.standalone.interactive.communication import SocketInterface from executorlib.standalone.interactive.spawner import SubprocessSpawner from conda_subprocess.process import Popen