Skip to content

Commit 96f9ec3

Browse files
author
Kim
committed
Ran black
1 parent 5502167 commit 96f9ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_amazon_estimator.py

+1
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ def test_get_xgboost_image_uri_warning_with_legacy(caplog):
495495
get_image_uri(REGION, "xgboost", 1)
496496
assert "There is a more up to date SageMaker XGBoost image." in caplog.text
497497

498+
498499
def test_get_xgboost_image_uri_warning_with_no_sagemaker_version(caplog):
499500
get_image_uri(REGION, "xgboost", "0.90")
500501
assert "There is a more up to date SageMaker XGBoost image." in caplog.text

0 commit comments

Comments
 (0)