Skip to content

Commit 8b0ec90

Browse files
committed
fix: removing field
1 parent 0092ff4 commit 8b0ec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/factory/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from sagemaker.model_metrics import ModelMetrics
4242
from sagemaker.metadata_properties import MetadataProperties
4343
from sagemaker.drift_check_baselines import DriftCheckBaselines
44-
from sagemaker.jumpstart.enums import JumpStartScriptScope, JumpStartModelType, HubContentCapability
44+
from sagemaker.jumpstart.enums import JumpStartScriptScope, JumpStartModelType
4545
from sagemaker.jumpstart.types import (
4646
HubContentType,
4747
JumpStartModelDeployKwargs,

0 commit comments

Comments
 (0)