Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainia committed Mar 18, 2024
1 parent 2ab24ff commit 6a51bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker/jumpstart/notebook_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _is_valid_version(version: str) -> bool:
try:
Version(version)
return True
except Exception:
except Exception: # pylint: disable=broad-except
return False


Expand Down

0 comments on commit 6a51bfe

Please sign in to comment.