Skip to content

Commit aa372e4

Browse files
author
Andrei Neagu
committed
mypy
1 parent da7498a commit aa372e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
ContainerExecContainerNotFoundError,
1212
ContainerExecTimeoutError,
1313
)
14-
from ..core.utils import MountedVolumes
1514
from ..models.shared_store import SharedStore
15+
from ..modules.mounted_fs import MountedVolumes
1616
from .container_utils import run_command_in_container
1717

1818
_logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)