We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f206b commit b1f65b8Copy full SHA for b1f65b8
src/sagemaker/local/entities.py
@@ -29,8 +29,7 @@
29
import sagemaker.local.data
30
from sagemaker.local.exceptions import StepExecutionException
31
from sagemaker.local.image import _SageMakerContainer
32
-from sagemaker.local.utils import (copy_directory_structure, get_docker_host,
33
- move_to_destination)
+from sagemaker.local.utils import copy_directory_structure, get_docker_host, move_to_destination
34
from sagemaker.utils import DeferredError, format_tags, get_config_value
35
36
logger = logging.getLogger(__name__)
0 commit comments