Skip to content

Commit bead494

Browse files
committed
format
1 parent 6223f26 commit bead494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sagemaker/modules/train/test_model_trainer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,13 +1073,13 @@ def test_safe_configs():
10731073

10741074
@patch("sagemaker.modules.train.model_trainer.TemporaryDirectory")
10751075
def test_destructor_cleanup(mock_tmp_dir, modules_session):
1076-
1076+
10771077
with pytest.raises(ValidationError):
10781078
model_trainer = ModelTrainer(
10791079
training_image=DEFAULT_IMAGE,
10801080
role=DEFAULT_ROLE,
10811081
sagemaker_session=modules_session,
1082-
compute="test"
1082+
compute="test",
10831083
)
10841084
mock_tmp_dir.cleanup.assert_not_called()
10851085

0 commit comments

Comments
 (0)