Skip to content

Commit acb7653

Browse files
author
Andrei Neagu
committed
rename
1 parent 6975727 commit acb7653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
from ..modules.mounted_fs import MountedVolumes
5757
from ..modules.notifications._notifications_ports import PortNotifier
5858
from ..modules.outputs import OutputsManager, event_propagation_disabled
59-
from .long_running_tasksutils import run_before_shutdown_actions
59+
from .long_running_tasks_utils import run_before_shutdown_actions
6060
from .resource_tracking import send_service_started, send_service_stopped
6161

6262
_logger = logging.getLogger(__name__)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ContainerExecTimeoutError,
1010
)
1111
from ..models.shared_store import SharedStore
12-
from ..modules.container_utils import run_command_in_container
12+
from .container_utils import run_command_in_container
1313

1414
_logger = logging.getLogger(__name__)
1515

0 commit comments

Comments
 (0)