Skip to content

Commit 1918a96

Browse files
committed
fix styling issues
1 parent edd77d2 commit 1918a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sagemaker/jumpstart/hub/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from unittest.mock import patch, Mock
1616
from sagemaker.jumpstart.types import HubArnExtractedInfo
1717
from sagemaker.jumpstart.constants import (
18-
JUMPSTART_DEFAULT_REGION_NAME,
19-
DEFAULT_JUMPSTART_SAGEMAKER_SESSION
18+
JUMPSTART_DEFAULT_REGION_NAME,
19+
DEFAULT_JUMPSTART_SAGEMAKER_SESSION,
2020
)
2121
from sagemaker.jumpstart.hub import parser_utils, utils
2222

0 commit comments

Comments
 (0)