Skip to content

Commit c9bf450

Browse files
committed
fix conflicts
1 parent 9e70866 commit c9bf450

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unit/sagemaker/workflow/test_training_step.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,15 @@
1313
# language governing permissions and limitations under the License.
1414
from __future__ import absolute_import
1515

16-
<<<<<<< HEAD
17-
=======
1816
import os
19-
>>>>>>> support-estimator-output-param
2017
import json
2118

2219
import pytest
2320
import sagemaker
2421
import warnings
2522

2623
from sagemaker.workflow.pipeline_context import PipelineSession
27-
<<<<<<< HEAD
28-
=======
2924
from sagemaker.workflow.parameters import ParameterString
30-
>>>>>>> support-estimator-output-param
3125

3226
from sagemaker.workflow.steps import TrainingStep
3327
from sagemaker.workflow.pipeline import Pipeline

0 commit comments

Comments
 (0)