Skip to content

Commit 5f3a5f4

Browse files
author
Eli Davidson
committed
lint
1 parent 239d084 commit 5f3a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ def get_draft_model_content_bucket(provider: Dict, region: str) -> str:
16341634

16351635
def get_latest_version(versions: List[str]) -> Optional[str]:
16361636
"""Returns the latest version using sem-ver.
1637-
falls-back to string ordering when not using sem-ver."""
1637+
falls-back to string ordering when not using sem-ver."""
16381638
try:
16391639
return None if not versions else max(versions, key=Version)
16401640
except InvalidVersion:

0 commit comments

Comments
 (0)