Skip to content

Commit faba3c8

Browse files
author
Jonathan Makunga
committed
Refactoring
1 parent dd84775 commit faba3c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/sagemaker/jumpstart/model/test_model.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,11 +1723,6 @@ def test_model_list_deployment_configs(
17231723

17241724
configs = model.list_deployment_configs()
17251725

1726-
print("******************************")
1727-
for config in configs:
1728-
print(config)
1729-
print()
1730-
17311726
self.assertEqual(configs, get_base_deployment_configs())
17321727

17331728
@mock.patch("sagemaker.jumpstart.utils.verify_model_region_and_return_specs")

0 commit comments

Comments
 (0)