Skip to content

Commit eb5382a

Browse files
Update tests/integ/test_workflow_with_clarify.py
Co-authored-by: Eric Johnson <[email protected]>
1 parent 0a2dc63 commit eb5382a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_workflow_with_clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
from botocore.exceptions import WaiterError
2525
from sagemaker.amazon.linear_learner import LinearLearner, LinearLearnerPredictor
2626
from sagemaker.clarify import (
27-
SageMakerClarifyProcessor,
2827
BiasConfig,
2928
DataConfig,
3029
ModelConfig,
3130
ModelPredictedLabelConfig,
31+
SageMakerClarifyProcessor,
3232
)
3333
from sagemaker.processing import ProcessingInput, ProcessingOutput
3434
from sagemaker.session import get_execution_role

0 commit comments

Comments
 (0)