Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Mumford <stuart@cadair.com>
  • Loading branch information
astrofrog and Cadair authored Mar 3, 2023
1 parent cb2729f commit de5f9fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reproject/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def valid_celestial_input(tmp_path, request):
input_value._naxis = list(array.shape[::-1])
elif request.param == "shape_wcs_tuple":
input_value = (array.shape, wcs)

else:
raise ValueError(f"Unknown mode: {request.param}")

Expand Down

0 comments on commit de5f9fa

Please sign in to comment.