Skip to content

Commit

Permalink
formatting: add extra newline after unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1998dp committed Dec 24, 2024
1 parent e8dfd57 commit 2946a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/sagemaker/jumpstart/hub/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_construct_hub_model_reference_arn_from_inputs():
== "arn:aws:sagemaker:us-west-2:123456789123:hub-content/my-mock-hub/ModelReference/pytorch-ic-imagenet-v2/*"
)


def test_generate_hub_arn_for_init_kwargs():
hub_name = "my-hub-name"
hub_arn = "arn:aws:sagemaker:us-west-2:12346789123:hub/my-awesome-hub"
Expand Down

0 comments on commit 2946a48

Please sign in to comment.