We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4b24b commit 749e168Copy full SHA for 749e168
tests/unit/sagemaker/jumpstart/test_utils.py
@@ -1267,7 +1267,7 @@ def test_validate_model_id_and_get_type_invalid(
1267
s3_client=mock_s3_client_value,
1268
model_type=JumpStartModelType.PROPRIETARY,
1269
)
1270
-
+
1271
self.assertIsNone(
1272
utils.validate_model_id_and_get_type("dee", script=JumpStartScriptScope.TRAINING)
1273
0 commit comments