From 4d07ec186f5510dd1f983c13845de4a5b59f95b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:24:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- conda_subprocess/decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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