Skip to content

Commit db7f514

Browse files
committed
fix: flake8
1 parent e54357c commit db7f514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/sagemaker/jumpstart/test_cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ def test_jumpstart_cache_get_header():
206206
assert (
207207
"Unable to find model manifest for 'pytorch-ic-imagenet-inception-v3-classification-4' with "
208208
"version '3.*'. Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
209-
"for updated list of models, or try another AWS region. Consider using model ID 'pytorch-ic-imagenet-inception-v3-"
209+
"for updated list of models, or try another AWS region. Consider using model ID "
210+
"'pytorch-ic-imagenet-inception-v3-"
210211
"classification-4' with version '2.0.0'."
211212
) in str(e.value)
212213

0 commit comments

Comments
 (0)