Skip to content

Commit 3ade6cd

Browse files
fix: Add retries to pipeline execution (aws#2719)
1 parent 2f52467 commit 3ade6cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integ/test_workflow.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@
9595
from sagemaker.feature_store.feature_group import FeatureGroup, FeatureDefinition, FeatureTypeEnum
9696
from tests.integ import DATA_DIR
9797
from tests.integ.kms_utils import get_or_create_kms_key
98-
<<<<<<< HEAD
9998
from tests.integ.retry import retries
100-
=======
101-
from tests.integ.vpc_test_utils import get_or_create_vpc_resources
102-
>>>>>>> 48cd0d8f (feature: Add EMRStep support in Sagemaker pipeline)
10399

104100

105101
def ordered(obj):

0 commit comments

Comments
 (0)