We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7471f68 commit a3f908fCopy full SHA for a3f908f
1 file changed
samcli/local/docker/durable_functions_emulator_container.py
@@ -15,7 +15,7 @@
15
16
from samcli.lib.build.utils import _get_host_architecture
17
from samcli.lib.clients.lambda_client import DurableFunctionsClient
18
-from samcli.local.docker.utils import get_validated_container_client, is_image_current
+from samcli.local.docker.utils import is_image_current, to_posix_path
19
20
LOG = logging.getLogger(__name__)
21
0 commit comments