Skip to content

Commit cf3f5a3

Browse files
authored
Update estimator.py
1 parent 5bd3d6e commit cf3f5a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/jumpstart/estimator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ def fit(
717717
remove_env_var_from_estimator_kwargs_if_model_access_config_present(
718718
self.init_kwargs, self.model_access_config
719719
)
720-
remove_env_var_from_estimator_kwargs_if_accept_eula_present(self.init_kwargs, accept_eula)
721720

722721
return super(JumpStartEstimator, self).fit(**estimator_fit_kwargs.to_kwargs_dict())
723722

0 commit comments

Comments
 (0)