Skip to content

Commit

Permalink
Fix codefactor issue
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Apr 8, 2021
1 parent 49f7960 commit 4e85d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyresample/test/test_spherical_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def fake_int_items_to_tuples(intuple):
return ((0,), (1,), (2,), (3,), (4, 5))
elif intuple == (0, 1, 2, 3, (4, 5), 6):
return ((0,), (1,), (2,), (3,), (4, 5), (6,))
else:
return intuple

return intuple


def test_check_if_two_polygons_overlap():
Expand Down

0 comments on commit 4e85d00

Please sign in to comment.