Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Oct 25, 2024
1 parent 8767d0b commit fdfd463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/medperf/tests/entities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def setup_cube_comms_downloads(mocker, fs):
get_img_fn = generate_cubefile_fn(fs, img_path, img_file)
get_stages_fn = generate_cubefile_fn(fs, stages_path, stages_file)


mocker.patch(PATCH_RESOURCES.format("get_cube"), side_effect=get_cube_fn)
mocker.patch(PATCH_RESOURCES.format("get_cube_params"), side_effect=get_params_fn)
mocker.patch(PATCH_RESOURCES.format("get_cube_additional"), side_effect=get_add_fn)
Expand Down

0 comments on commit fdfd463

Please sign in to comment.