Skip to content

Commit 49342ed

Browse files
committed
chore: improve git diff
1 parent 7f042e9 commit 49342ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/jumpstart/accessors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,10 @@ def get_manifest(
175175
cache_kwargs: Optional[Dict[str, Any]] = None, region: Optional[str] = None
176176
) -> List[JumpStartModelHeader]:
177177
"""Return entire JumpStart models manifest.
178+
178179
Raises:
179180
ValueError: If region in `cache_kwargs` is inconsistent with `region` argument.
181+
180182
Args:
181183
cache_kwargs (Dict[str, Any]): Optional. Cache kwargs to use.
182184
(Default: None).

0 commit comments

Comments
 (0)