Skip to content

Commit 6a51bfe

Browse files
committed
pylint
1 parent 2ab24ff commit 6a51bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/notebook_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _is_valid_version(version: str) -> bool:
267267
try:
268268
Version(version)
269269
return True
270-
except Exception:
270+
except Exception: # pylint: disable=broad-except
271271
return False
272272

273273

0 commit comments

Comments
 (0)