Skip to content

Commit 4dc21f5

Browse files
committed
update linter
1 parent 4870c0b commit 4dc21f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sagemaker/jumpstart/cache.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,9 @@ def get_hub_model(self, hub_model_arn: str) -> JumpStartModelSpecs:
475475
hub_model_arn (str): Arn for the Hub model to get specs for
476476
"""
477477

478-
details, _ = self._content_cache.get(JumpStartCachedContentKey(HubDataType.MODEL, hub_model_arn))
478+
details, _ = self._content_cache.get(
479+
JumpStartCachedContentKey(HubDataType.MODEL, hub_model_arn)
480+
)
479481
return details.formatted_content
480482

481483
def get_hub(self, hub_arn: str) -> Dict[str, Any]:

0 commit comments

Comments
 (0)