We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd77d2 commit 1918a96Copy full SHA for 1918a96
tests/unit/sagemaker/jumpstart/hub/test_utils.py
@@ -15,8 +15,8 @@
15
from unittest.mock import patch, Mock
16
from sagemaker.jumpstart.types import HubArnExtractedInfo
17
from sagemaker.jumpstart.constants import (
18
- JUMPSTART_DEFAULT_REGION_NAME,
19
- DEFAULT_JUMPSTART_SAGEMAKER_SESSION
+ JUMPSTART_DEFAULT_REGION_NAME,
+ DEFAULT_JUMPSTART_SAGEMAKER_SESSION,
20
)
21
from sagemaker.jumpstart.hub import parser_utils, utils
22
0 commit comments