Skip to content

Commit 8ae60a1

Browse files
author
Payton Staub
committed
black-format
1 parent dd6e734 commit 8ae60a1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/sagemaker/workflow/steps.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
import attr
2222

2323
from sagemaker.estimator import EstimatorBase, _TrainingJob
24-
from sagemaker.inputs import (
25-
CreateModelInput,
26-
TrainingInput,
27-
TransformInput,
28-
FileSystemInput
29-
)
24+
from sagemaker.inputs import CreateModelInput, TrainingInput, TransformInput, FileSystemInput
3025
from sagemaker.model import Model
3126
from sagemaker.processing import (
3227
ProcessingInput,
@@ -45,6 +40,7 @@
4540
Properties,
4641
)
4742

43+
4844
class StepTypeEnum(Enum, metaclass=DefaultEnumMeta):
4945
"""Enum of step types."""
5046

0 commit comments

Comments
 (0)