Skip to content

Commit d4430e2

Browse files
committed
fix: linting
1 parent a8a2453 commit d4430e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/hub/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def get_hub_model_version(
223223
return _get_hub_model_version_for_open_weight_version(
224224
hub_content_summaries, hub_model_version
225225
)
226-
except KeyError as e:
226+
except KeyError:
227227
marketplace_hub_content_version = _get_hub_model_version_for_marketplace_version(
228228
hub_content_summaries, hub_model_version
229229
)

0 commit comments

Comments
 (0)