Skip to content

Commit f8f0e14

Browse files
committed
fix unused imports
1 parent 8215b32 commit f8f0e14

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/integ/sagemaker/jumpstart/private_hub/estimator/test_jumpstart_private_hub_estimator.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
from sagemaker.jumpstart.hub.hub import Hub
2121

2222
from sagemaker.jumpstart.estimator import JumpStartEstimator
23+
from sagemaker.jumpstart.utils import get_jumpstart_content_bucket
24+
2325
from tests.integ.sagemaker.jumpstart.constants import (
2426
ENV_VAR_JUMPSTART_SDK_TEST_HUB_NAME,
2527
ENV_VAR_JUMPSTART_SDK_TEST_SUITE_ID,
@@ -29,14 +31,9 @@
2931
get_public_hub_model_arn,
3032
get_sm_session,
3133
with_exponential_backoff,
32-
)
33-
from tests.integ.sagemaker.jumpstart.utils import (
34-
get_sm_session,
3534
get_training_dataset_for_model_and_version,
3635
)
3736

38-
from sagemaker.jumpstart.utils import get_jumpstart_content_bucket
39-
4037
MAX_INIT_TIME_SECONDS = 5
4138

4239
TEST_MODEL_IDS = {

0 commit comments

Comments
 (0)