Skip to content

Commit 29ac23c

Browse files
committed
fix: remove unused args
1 parent 8ba6477 commit 29ac23c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/jumpstart/factory/model.py

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def get_default_predictor(
7171
tolerate_vulnerable_model: bool,
7272
tolerate_deprecated_model: bool,
7373
sagemaker_session: Session,
74-
model_type: Optional[JumpStartModelType] = JumpStartModelType.OPEN_SOURCE,
7574
) -> Predictor:
7675
"""Converts predictor returned from ``Model.deploy()`` into a JumpStart-specific one.
7776

0 commit comments

Comments
 (0)