Skip to content

Commit 9470b28

Browse files
author
Wang Napieralski
committed
reformat
1 parent f2da628 commit 9470b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ def test_get_caller_identity_arn_from_describe_user_profile(boto_session):
344344
"six.moves.builtins.open",
345345
mock_open(
346346
read_data='{"ResourceName": "SageMakerInstance", '
347-
'"DomainId": "d-kbnw5yk6tg8j", '
348-
'"UserProfileName": "default-1617915559064"}'
347+
'"DomainId": "d-kbnw5yk6tg8j", '
348+
'"UserProfileName": "default-1617915559064"}'
349349
),
350350
)
351351
@patch("os.path.exists", side_effect=mock_exists(NOTEBOOK_METADATA_FILE, True))

0 commit comments

Comments
 (0)