Skip to content

Commit 35db230

Browse files
committed
chore: remove extra line
1 parent 8e461ca commit 35db230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/jumpstart/artifacts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ def _retrieve_script_uri(
293293

294294
if script_scope == JumpStartScriptScope.INFERENCE:
295295
model_script_key = model_specs.hosting_script_key
296-
297296
elif script_scope == JumpStartScriptScope.TRAINING:
298297
model_script_key = (
299298
getattr(model_specs, "training_prepacked_script_key") or model_specs.training_script_key

0 commit comments

Comments
 (0)