Skip to content

Commit bddf5e3

Browse files
committed
fix: linting
1 parent 054a8cf commit bddf5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/jumpstart/curated_hub/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def get_jumpstart_model_and_version(
307307
]
308308
return JumpStartModelInfo(model_id=jumpstart_model_id, version=jumpstart_model_version)
309309

310-
310+
311311
def is_gated_bucket(bucket_name: str) -> bool:
312312
"""Returns true if the bucket name is the JumpStart gated bucket."""
313313
return bucket_name in constants.JUMPSTART_GATED_BUCKET_NAME_SET

tests/unit/sagemaker/jumpstart/curated_hub/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_is_gated_bucket():
181181
assert utils.is_gated_bucket("jumpstart-private-cache-prod-us-east-1") is True
182182

183183
assert utils.is_gated_bucket("jumpstart-cache-prod-us-west-2") is False
184-
184+
185185
assert utils.is_gated_bucket("") is False
186186

187187

0 commit comments

Comments
 (0)