Skip to content

Commit 739409a

Browse files
committed
format
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent dff6c0d commit 739409a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/run/torchx_backend/schedulers/test_dgxcloud.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ def test_describe_uses_stored_job_id_not_split(dgx_cloud_scheduler, dgx_cloud_ex
205205
mock.patch(
206206
"nemo_run.run.torchx_backend.schedulers.dgxcloud._get_job_dirs"
207207
) as mock_get_job_dirs,
208-
mock.patch.object(DGXCloudExecutor, "status", return_value=DGXCloudState.RUNNING) as mock_status,
208+
mock.patch.object(
209+
DGXCloudExecutor, "status", return_value=DGXCloudState.RUNNING
210+
) as mock_status,
209211
):
210212
mock_get_job_dirs.return_value = {
211213
app_id: {

0 commit comments

Comments
 (0)