Skip to content

Commit 2ab24ff

Browse files
committed
docstyle
1 parent 94555b5 commit 2ab24ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/jumpstart/notebook_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ def list_jumpstart_scripts( # pylint: disable=redefined-builtin
263263

264264

265265
def _is_valid_version(version: str) -> bool:
266-
"""
267-
Checks if the version is convertable to Version class
268-
"""
266+
"""Checks if the version is convertable to Version class."""
269267
try:
270268
Version(version)
271269
return True

0 commit comments

Comments
 (0)