Skip to content

Commit b1f65b8

Browse files
committed
format: black again
1 parent e1f206b commit b1f65b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/local/entities.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
import sagemaker.local.data
3030
from sagemaker.local.exceptions import StepExecutionException
3131
from sagemaker.local.image import _SageMakerContainer
32-
from sagemaker.local.utils import (copy_directory_structure, get_docker_host,
33-
move_to_destination)
32+
from sagemaker.local.utils import copy_directory_structure, get_docker_host, move_to_destination
3433
from sagemaker.utils import DeferredError, format_tags, get_config_value
3534

3635
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)